useLocalTracks
Get tracks used on the client browser
- Common
- ๐ง Self-hosted
/src/App.js
Self-hosted configurations are not yet documented in this repo
#
ParametersNo parameters.
#
ReturnsLocalTrack
[]#
The local track registered. A LocalTrack
is:
_id
:string โ The device id.jitsi
:JitsiTrack โ The jitsi track record. See JitsiTrackdeviceName
:string โ The device name used. Ex:default Facetime 640:1200
type
:string โ "audio" or "video"isMuted
:boolean โ if the track is muted. Same as.jitsi.isMuted()
function.isStopped
:boolean โ if the track is in a stopped state.