Participant Invited Events
class ParticipantInvitedEvents( val eventType: String, val sessionId: String, val voipParticipants: List<VoipParticipant>, val oldSessionId: String?) : ParticipantStateEvents
Content copied to clipboard
The Event contain the session Identifier as String type , the voipParticipant as type VoipParticipant and the old Session id as String
Constructors
Link copied to clipboard
fun ParticipantInvitedEvents( eventType: String, sessionId: String, voipParticipants: List<VoipParticipant>, oldSessionId: String?)
Content copied to clipboard