Optional
Readonly
childrenOptional
Readonly
disabledtrue
: Disable the track. When disabled, the SDK stops playing and publishing the track.false
: Enable the track.
Optional
Readonly
mutedtrue
: Pause sending media data of the track.false
: Resume sending media data of the track.
Optional
Readonly
playtrue
: Play the track.false
: Stop playing the track.
Optional
Readonly
trackThe local audio track to be played. Call useLocalMicrophoneTrack
to create a local audio track.
Optional
Readonly
volumeThe volume. The value ranges from 0 (mute) to 1000 (maximum). A value of 100 is the original volume. When set to above 100, the SDK applies volume amplification using the Web Audio API.
The React nodes to be rendered.