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