create Video Track
Creates a video track, recording video through the supplied capturer.
This method will call VideoCapturer.initialize and handle the lifecycle of SurfaceTextureHelper.
Parameters
The name of the track.
The capturer to use for this track.
The capture options to use for this track, or Room.videoTrackCaptureDefaults if none is passed.
A video processor to attach to this track that can modify the frames before publishing.
Creates a video track, recording video through the camera with the given options.
Parameters
The name of the track
The capture options to use for this track, or Room.videoTrackCaptureDefaults if none is passed.
A video processor to attach to this track that can modify the frames before publishing.
Throws
will be thrown if Manifest.permission.CAMERA permission is missing.