Participant

data class Participant

A conference participant.

This class contains the information about one specific participant in one particular conference such as their status, their name or the current media they are sharing.

Properties

Link copied to clipboard

Participant's information.

Link copied to clipboard

True if the participant is the local user, false otherwise.

Link copied to clipboard
val mediaTypes: List<MediaType>

Media types the participant is sharing.

Link copied to clipboard
val status: JnParticipant.Status

Current participant status in this conference. It may be one of the values explained below.