.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Enum ConferenceStatus

    The ConferenceStatus enum gathers possible statuses of a conference.

    Namespace: DolbyIO.Comms
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public enum ConferenceStatus

    Fields

    Name Description
    Created

    The conference is created.

    Creating

    The SDK is creating a new conference.

    Destroyed

    The conference is destroyed on the Dolby.io server.

    Error

    A conference error occurred.

    Joined

    The local participant successfully joined the conference.

    Joining

    The local participant is joining a conference.

    Leaving

    The local participant is leaving the conference.

    Left

    The local participant left the conference.

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