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.


MIXER_MIX

A special participant responsible for mixing video and sending one mixed video stream from a conference to each participant who joined the conference as a mixed listener. This type is available in SDK 3.11 and later.


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.