Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

sip.js.simpleuser.localvideotrack.md

File metadata and controls

18 lines (12 loc) · 518 Bytes

Home > sip.js > SimpleUser > localVideoTrack

SimpleUser.localVideoTrack property

Warning: This API is now obsolete.

Use localMediaStream and get track from the stream.

The local video track, if available.

Signature:

get localVideoTrack(): MediaStreamTrack | undefined;