MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class LocalAudioTrackInitConfig

    Settings for adding a local audio track backed by a local audio capture device (e.g. microphone).

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

    Fields

    | Improve this Doc View Source

    trackName

    Name of the track to create, as used for the SDP negotiation. This name needs to comply with the requirements of an SDP token, as described in the SDP RFC https://tools.ietf.org/html/rfc4566#page-43. In particular the name cannot contain spaces nor double quotes

    "
    . The track name can optionally be empty, in which case the implementation will create a valid random track name.

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