Skip to main content
Version: 0.0.x

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 is LocalParticipant otherwise RemoteParticipant.


mic_on

  • type: bool

  • It will represents whether the participant is LocalParticipant(You) or not. If it is true, then participant is LocalParticipant otherwise RemoteParticipant.


webcam_on

  • type: bool

  • It will represents whether the participant is LocalParticipant(You) or not. If it is true, then participant is LocalParticipant otherwise RemoteParticipant.


streams

  • type: dict[str, Stream]

  • It will represents the stream for that particular participant who has joined the meeting. Streams could be audio , video or share.


meta_data

  • type: dict

  • It will represents the additional information, that you have passed in init_meeting().


listeners

Got a Question? Ask us on discord