class DefaultContentShareController : ContentShareController
<init> |
DefaultContentShareController(: Logger, : ContentShareVideoClientController) |
addContentShareObserver |
Subscribe the given observer to content share events (sharing started and stopped). fun addContentShareObserver(: ContentShareObserver): Unit |
removeContentShareObserver |
Unsubscribe the given observer from content share events. fun removeContentShareObserver(: ContentShareObserver): Unit |
startContentShare |
Start sharing the content of a given ContentShareSource. fun startContentShare(: ContentShareSource): Unit
Start sharing the content of a given ContentShareSource with configuration. fun startContentShare(: ContentShareSource, : LocalVideoConfiguration): Unit |
stopContentShare |
Stop sharing the content of a ContentShareSource that previously started. fun stopContentShare(): Unit |