ParticipantEvents

open class ParticipantEvents(    val eventType: String,     val sessionId: String,     val voipParticipant: VoipParticipant) : ParticipantStateEvents

Events sent to handle the change of VoipParticipant State . The possible states are joined, left, refused, reached, on hold, resumed, connected, reconnecting and invited For the state ParticipantStateEventsType.VOIP_CALL_PARTICIPANT_INVITED the event is ParticipantInvitedEvents type Each states is defined by the @param eventType describe in ParticipantStateEventsType class The Event contain the session Identifier as String type and the voipParticipant as type VoipParticipant

Constructors

Link copied to clipboard
fun ParticipantEvents(    eventType: String,     sessionId: String,     voipParticipant: VoipParticipant)

Properties

Link copied to clipboard
val voipParticipant: 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

Inheritors

Link copied to clipboard