Participant Class Properties - Python
id
-
type:
str
-
Unique id of the participant who has joined the meeting.
display_name
-
type:
str
-
It will be the
display_name
of the participant.
local
-
type:
bool
-
It will represents whether the participant is
LocalParticipant
(You) or not. If it is true, then participant isLocalParticipant
otherwise RemoteParticipant.
mic_on
-
type:
bool
-
It will represents whether the participant is
LocalParticipant
(You) or not. If it is true, then participant isLocalParticipant
otherwise RemoteParticipant.
webcam_on
-
type:
bool
-
It will represents whether the participant is
LocalParticipant
(You) or not. If it is true, then participant isLocalParticipant
otherwise RemoteParticipant.
streams
-
type:
dict[str, Stream]
- dict<
streamId
, Stream>
- dict<
-
It will represents the stream for that particular participant who has joined the meeting. Streams could be
audio
,video
orshare
.
meta_data
-
type:
dict
-
It will represents the additional information, that you have passed in
init_meeting()
.
listeners
-
type: List<ParticipantEventListener>
-
It will represents Event Handlers Attached to given Participant.
Got a Question? Ask us on discord