Enum WebRTCBundlePolicy

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Specifies the bundle policy that affects which media tracks are negotiated if the remote endpoint is not bundle-aware, and what ICE candidates are gathered.

    public enum WebRTCBundlePolicy
    Remarks

    The details of bundle policy enum is described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum.

    Fields

    Name Description
    MaxBundle

    Bundle all media tracks into a stream when it's transfered to remote peer.

    None

    No bundle.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX