VideoSource
Base interface for CameraVideoSource, CustomVideoSource, and ScreenCaptureVideoSource that represents a source of video frames for a local video stream.
Methods
addListener
fun addListener(listener: ): Unit
Parameters
listener:
Returns
type:
Unit
removeListener
fun removeListener(listener: ): Unit
Parameters
listener:
Returns
type:
Unit