Connection Participant Class - Javascript
ConnectionParticipant class is used to represent participants of the connected meeting.
Properties
id
-
type :
String -
Unique id of the participant.
displayName
-
type :
String -
Displayname of the participant.
Methods
switchTo()
switchTo()method is used to switch participants between different rooms of a meeting
Parameters
- meetingId :
String - token :
String - payload :
String
Events associated with switchTo()
- Meeting class
switch-meetingevent will be emitted wheneverswitchTo()method is called.
Returns
void
Got a Question? Ask us on discord

