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