Participant List Updated
class ParticipantListUpdated(val sessionId: String, val participantMap: Map<Int, List<VoipParticipant>?>) : VoipSessionEvents
Content copied to clipboard
Event sent to handle the change of the participant list of a given session The event holds the sessionId of the call and a Map of STWParticipantState with the list of participants represented VoipParticipant
Constructors
Link copied to clipboard
fun ParticipantListUpdated(sessionId: String, participantMap: Map<Int, List<VoipParticipant>?>)
Content copied to clipboard