ParticipantType

The ParticipantType model gathers the possible types of a conference participant.

Available in the package com.voxeet.sdk.models.v2.ParticipantType.

LISTENER

A participant who cannot send audio and video 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.


ROBOT_LISTENER

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


ROBOT_PSTN

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


ROBOT_MIXER

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


ROBOT_NONE

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


USER

A participant who can send and receive audio and video during the conference.