Show / Hide Table of Contents

    Enum BundlePolicy

    Bundle policy. See https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public enum BundlePolicy : int

    Fields

    Name Description
    Balanced

    Gather ICE candidates for each media type in use (audio, video, and data). If the remote endpoint is not bundle-aware, negotiate only one audio and video track on separate transports.

    MaxBundle

    Gather ICE candidates for only one track. If the remote endpoint is not bundle-aware, negotiate only one media track.

    MaxCompat

    Gather ICE candidates for each track. If the remote endpoint is not bundle-aware, negotiate all media tracks on separate transports.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX