Version: 0.0.xuserPatricipant Hook Properties
- type :
string
displayName
represents the name of the Participant
- type :
Participant
participant
represents object for the Participant
- type :
MediaTrackStream
webcamStream
represents stream of participant's webcam
- type :
MediaTrackStream
micStream
represents stream for participant's mic.
- type :
MediaTrackStream
screenShareStream
represents stream of participant's screen share
- type :
boolean
webcamOn
is true if the participant's video is on else false
- type :
boolean
micOn
is true if the participant's mic is on else false
- type :
boolean
screenShareOn
is true if the participant is presenting screen else false
- type :
boolean
isLocal
is true if the participant is local participant else false.
- type :
boolean
isActiveSpeaker
is true if the participant is active speaker else false.