Video View
open class VideoView(viewContext: Context, attrs: AttributeSet?, defStyleAttr: Int, defStyleRes: Int) : RelativeLayout, MediaTrackSink
Renders a MediaStreamTrack
from a local or remote participant.
Internally, this uses a SurfaceView
to provide the best performance. For UI layouts which require overlapping or transparent video views, consider VideoTextureView
instead.