Participant Class Properties
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
.