DefaultContentShareVideoClientController
Constructors
Functions
Start to share video with a provided custom VideoSource which can be used to provide custom VideoFrames to be transmitted to remote clients. This will call VideoSource.addVideoSink on the provided source and VideoSource.removeVideoSink on the previously provided source.
Start to share video with configuration and a provided custom VideoSource which can be used to provide custom VideoFrames to be transmitted to remote clients. This will call VideoSource.addVideoSink on the provided source and VideoSource.removeVideoSink on the previously provided source.
Stop sending video to remote clients.
Subscribe to video client state and connection events with an ContentShareObserver
Unsubscribe from video client state and connection events by removing the specified ContentShareObserver