useParticipantHook Properties - React Native
displayName
- type : 
string displayNamerepresents the name of the Participant
participant
- type : 
Participant participantrepresents object for theParticipant
webcamStream
- type : 
MediaTrackStream webcamStreamrepresents stream of participant's webcam
micStream
- type : 
MediaTrackStream micStreamrepresents stream for participant's mic.
screenShareStream
- type : 
MediaTrackStream 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.
metaData
- 
type:
Object - 
It will represents the additional information, that you have passed in
MeetingProvider. 
Got a Question? Ask us on discord

