Skip to main content
Version: 1.1.x

Participant Class Properties - Flutter

id

  • type: String

  • Unique id of the participant, who has joined the room.


displayName

  • type: String

  • It will be the displayName of the participant, who has joined the room.


isLocal


streams

  • type: Map<String, Stream>

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


pinState

  • type: ParticipantPinState

  • It will represents the current pin state of the participant. It has properties cam and share of type boolean.


mode

  • type: Mode

  • It will represents the participants current mode.


metaData

  • type: Map<String,dynamic>

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

Got a Question? Ask us on discord