@camera.ui/sdk / camera / VideoStreamingMode
Type Alias: VideoStreamingMode
VideoStreamingMode =
"auto"|"webrtc"|"mse"|"webrtc/tcp"
Defined in: camera/enums.ts:81
Video streaming mode for UI playback.
auto: Automatically select best methodwebrtc: WebRTC with UDP (lowest latency)webrtc/tcp: WebRTC with TCP fallbackmse: Media Source Extensions (browser native)