Participant Class Properties - Javascript
id
-
type:
String -
Unique id of the participant who has joined the meeting.
displayName
-
type:
String -
It will be the
displayNameof the participant.
isLocal
-
type:
boolean -
It will represents whether the participant is
LocalParticipant(You) or not. If it is true, then participant isLocalParticipantotherwise RemoteParticipant.
streams
-
type:
Map<String,name> -
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio,videoorshare.
metaData
-
type:
Object -
It will represents the additional information, that you have passed in
initMeeting().
Got a Question? Ask us on discord

