.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Enum ParticipantStatus

    The ParticipantStatus enum gathers the possible statuses of a conference participant.

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

    Fields

    Name Description
    Connecting

    The participant has received a conference invitation and is connecting to the conference.

    Decline

    The invited participant has declined the conference invitation.

    Error

    The participant cannot connect to the conference due to a peer connection failure.

    Inactive

    The participant does not send any audio, video, or screen-share stream to the conference.

    Left

    The participant has left the conference.

    OnAir

    The participant has successfully connected to the conference.

    Reserved

    The participant has been invited to a conference and is waiting for an invitation.

    Warning

    The participant is experiencing a peer connection problem.

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