makeVideoTrack

fun makeVideoTrack(source: VideoSource, trackId: String): VideoTrack

Builds a VideoTrack from the factory that can be used for regular video share (camera) or screen sharing.

Return

VideoTrack That represents a video feed.

Parameters

source

The VideoSource used for the track.

trackId

The unique ID for this track.