.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ConferenceParams

    The ConferenceParams class gathers conference parameters.

    Inheritance
    Object
    ConferenceParams
    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 ConferenceParams

    Fields

    | Improve this Doc View Source

    DolbyVoice

    A boolean value that indicates whether the SDK should create a Dolby Voice conference where each participant receives one audio stream.

    Declaration
    public bool DolbyVoice
    Field Value
    Type Description
    Boolean

    If true, the SDK will create a Dolby Voice conference.

    | Improve this Doc View Source

    SpatialAudioStyle

    An enum that defines how the spatial location is communicated between the SDK and the Dolby.io server.

    Declaration
    public SpatialAudioStyle SpatialAudioStyle
    Field Value
    Type Description
    SpatialAudioStyle

    The selected spatial audio style.

    | Improve this Doc View Source

    Stats

    A boolean that indicates whether the conference should include additional statistics.

    Declaration
    public bool Stats
    Field Value
    Type Description
    Boolean

    If true, the conference will include statistics.

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