Participant Events
open class ParticipantEvents( val eventType: String, val sessionId: String, val voipParticipant: VoipParticipant) : ParticipantStateEvents
Content copied to clipboard
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)
Content copied to clipboard