MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class TransceiverInitSettings

    Settings to create a new transceiver wrapper.

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

    Fields

    | Improve this Doc View Source

    InitialDesiredDirection

    Initial value of DesiredDirection.

    Declaration
    public Transceiver.Direction InitialDesiredDirection
    Field Value
    Type Description
    Transceiver.Direction
    | Improve this Doc View Source

    Name

    Transceiver name, for logging and debugging.

    Declaration
    public string Name
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    StreamIDs

    List of stream IDs to associate the transceiver with.

    Declaration
    public List<string> StreamIDs
    Field Value
    Type Description
    List<String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX