DefaultContentShareController

Constructors

Link copied to clipboard
constructor(logger: Logger, contentShareVideoClientController: ContentShareVideoClientController)

Functions

Link copied to clipboard
open override fun addContentShareObserver(observer: ContentShareObserver)

Subscribe the given observer to content share events (sharing started and stopped).

Link copied to clipboard

Unsubscribe the given observer from content share events.

Link copied to clipboard
open override fun startContentShare(source: ContentShareSource)

Start sharing the content of a given ContentShareSource.

Start sharing the content of a given ContentShareSource with configuration.

Link copied to clipboard
open override fun stopContentShare()

Stop sharing the content of a ContentShareSource that previously started.