.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Enum ParticipantType

    The ParticipantType enum gathers the possible participant types.

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

    Fields

    Name Description
    DVCS

    A deprecated type.

    Listener

    The participant who can receive audio and video streams, but cannot send any stream to a conference.

    Mixer

    A special participant who joins a conference to record it.

    None

    A participant who does not have an assigned type.

    PSTN

    A participant who connected to the conference using Public Switched Telephone Network (PSTN).

    Robot

    A USER who is present during a replay of a recorded conference.

    RobotListener

    A LISTENER who is present during a replay of a recorded conference.

    RobotMixer

    A MIXER who is present during a replay of a recorded conference.

    RobotNone

    A participant who does not have an assigned type during a replay of a recorded conference.

    RobotPSTN

    A PSTN participant who is present during a replay of a recorded conference.

    RobotSpeaker

    A deprecated type.

    Speaker

    A deprecated type.

    User

    The participant who can send and receive an audio and video stream during a conference.

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