ParticipantListUpdated

class ParticipantListUpdated(val sessionId: String, val participantMap: Map<Int, List<VoipParticipant>?>) : VoipSessionEvents

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>?>)

Properties

Link copied to clipboard
val participantMap: Map<Int, List<VoipParticipant>?>

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
val sessionId: String
Link copied to clipboard
var type: String