MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class PeerConnectionConfiguration

    Configuration to initialize a PeerConnection.

    Inheritance
    Object
    PeerConnectionConfiguration
    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public class PeerConnectionConfiguration : object

    Fields

    | Improve this Doc View Source

    BundlePolicy

    Bundle policy for the connection.

    Declaration
    public BundlePolicy BundlePolicy
    Field Value
    Type Description
    BundlePolicy
    | Improve this Doc View Source

    IceServers

    List of TURN and/or STUN servers to use for NAT bypass, in order of preference.

    Declaration
    public List<IceServer> IceServers
    Field Value
    Type Description
    List<IceServer>
    | Improve this Doc View Source

    IceTransportType

    ICE transport policy for the connection.

    Declaration
    public IceTransportType IceTransportType
    Field Value
    Type Description
    IceTransportType
    | Improve this Doc View Source

    SdpSemantic

    SDP semantic for the connection.

    Declaration
    public SdpSemantic SdpSemantic
    Field Value
    Type Description
    SdpSemantic
    Remarks

    Plan B is deprecated, do not use it.

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