Skip to main content
Version: 0.0.x

Participant Class Properties - Javascript

id

  • type: String

  • Unique id of the participant who has joined the meeting.


displayName

  • type: String

  • It will be the displayName of the participant.


isLocal

  • type: boolean

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


streams

  • type: Map<String,name>

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


metaData

  • type: Object

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

Got a Question? Ask us on discord