Participant Class Properties - iOS
id
-
type:
String -
Unique id of the participant who has joined the meeting.
displayName
-
type:
String -
It will be the
displayNameof the participant..
videoQuality
-
type: enum
VideoQuality -
It will be the
videoQualityof the participant.
isLocal
-
type:
Bool -
It is the
statusof 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 isLocalParticipantotherwise RemoteParticipant.
streams
-
type:
[String: MediaStream] -
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio,videoorshare.
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_ONLYorSEND_AND_RECV.
Got a Question? Ask us on discord

