Participant Class Properties - Android
getId()​
-
type:
String
-
getId
will return unique id of the participant who has joined the meeting.
getDisplayName()​
-
type:
String
-
It will return the
displayName
of the participant who has joined the meeting.
getQuality()​
-
type:
String
-
getQuality()
will return quality of participant's stream. Stream could beaudio
,video
orshare
.
isLocal()​
-
type:
boolean
-
isLocal()
will returntrue
if participant is Local,false
otherwise.
getStreams()​
-
type:
Map<String,name>
-
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio
,video
orshare
.
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