useParticipantHook Properties - React
displayName
- type :
string displayNamerepresents the name of the Participant
participant
- type :
Participant participantrepresents object for theParticipant
webcamStream
- type :
Stream webcamStreamrepresents stream of participant's webcam
micStream
- type :
Stream micStreamrepresents stream for participant's mic.
screenShareStream
- type :
Stream screenShareStreamrepresents stream of participant's screen share
webcamOn
- type :
boolean webcamOnis true if the participant's video is on else false
micOn
- type :
boolean micOnis true if the participant's mic is on else false
screenShareOn
- type :
boolean screenShareOnis true if the participant is presenting screen else false
isLocal
- type :
boolean isLocalis true if the participant is local participant else false.
isActiveSpeaker
- type :
boolean isActiveSpeakeris true if the participant is active speaker else false.
mode
- type :
string moderepresents the mode of the Participant
metaData
-
type:
Object -
It will represents the additional information, that you have passed in
MeetingProvider.
Got a Question? Ask us on discord

