sippo-sdk / com.quobis.sippo.sipposdk.conference.model / Participant

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

isLocal

val isLocal: Boolean

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

mediaTypes

val mediaTypes: List<MediaType>

Media types the participant is sharing.

name

val name: String

Participant's name.

status

val status: Status

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