Participant Class Properties - iOS
id​
-
type:
String
-
Unique id of the participant who has joined the meeting.
displayName​
-
type:
String
-
It will be the
displayName
of the participant..
videoQuality​
-
type: enum
VideoQuality
-
It will be the
videoQuality
of the participant.
isLocal​
-
type:
Bool
-
It is the
status
of participant (is it remote or local?) who has the meeting. -
It will represents whether the participant is
LocalParticipant
(You) or not. If it is true, then participant isLocalParticipant
otherwise RemoteParticipant.
streams​
-
type:
[String: MediaStream]
-
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio
,video
orshare
.
pinState​
-
type:
ParticipantPinState
-
It will represents the state for that particular participant who has joined the meeting.
mode​
-
type:
Mode
-
It will represents the mode for that particular participant who has joined the meeting. modes could be
SIGNALLING_ONLY
orSEND_AND_RECV
.
Got a Question? Ask us on discord