Enumeration TrackSource

TrackSource specifies the source of a track. This is not derived from a MediaStreamTrack property and is intended to give you an easy way to differentiate track types.

Enumeration Members

Camera: "camera"

Camera source A track containing webcam video

Microphone: "microphone"

Microphone source A track containing microphone audio

Other: "other"

Other source A track that explicitly doesn't match one of our existing enums

Screenshare: "screenshare"

Screenshare source A track containing screenshare video

ScreenshareAudio: "screenshareaudio"

ScreenshareAudio source A track containing screenshare audio

Generated using TypeDoc