Participant Class Properties - Android
getId()
-
type:
String -
getIdwill return unique id of the participant who has joined the meeting.
getDisplayName()
-
type:
String -
It will return the
displayNameof the participant who has joined the meeting.
getQuality()
-
type:
String -
getQuality()will return quality of participant's stream. Stream could beaudio,videoorshare.
isLocal()
-
type:
boolean -
isLocal()will returntrueif participant is Local,falseotherwise.
getStreams()
-
type:
Map<String,name> -
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio,videoorshare.
getMode()
-
type :
string -
getMode()will return mode of the Participant.
getMetaData()
-
type :
JSONObject -
getMetaData()will return additional information, that you have passed ininitMeeting().
Got a Question? Ask us on discord

