.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ConnectionOptions

    The ConnectionOptions class contains options that define how the application expects to join a conference in terms of media preference.

    Inheritance
    Object
    ConnectionOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public class ConnectionOptions

    Fields

    | Improve this Doc View Source

    ConferenceAccessToken

    The conference access token that is required to join a protected conference if the conference is created using the create REST API. While calling the join or listen method, the application has to externally fetch the token and provide it to the SDK.

    Declaration
    public string ConferenceAccessToken
    Field Value
    Type Description
    String

    The conference access token.

    | Improve this Doc View Source

    SpatialAudio

    A boolean that enables spatial audio for the joining participant. This boolean must be set to true if spatial audio style is enabled. For more information, refer to our sample application code.

    Declaration
    public bool SpatialAudio
    Field Value
    Type Description
    Boolean

    If true, spatial audio is enabled.

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