ContentShareController |
ContentShareController exposes methods for starting and stopping content share with a ContentShareSource. The content represents a media steam to be shared in the meeting, such as screen capture or media files. Read content share guide for details. interface ContentShareController |
ContentShareObserver |
ContentShareObserver handles all callbacks related to the content share. By implementing the callback functions and registering with ContentShareController.addContentShareObserver, one can get notified with content share status events. interface ContentShareObserver |
ContentShareSource |
ContentShareSource contains the media sources to attach to the content share open class ContentShareSource |
ContentShareStatus |
ContentShareStatus indicates a status received regarding the content share. data class ContentShareStatus |
ContentShareStatusCode |
ContentShareStatusCode indicates the reason the content share event occurred. enum class ContentShareStatusCode |
DefaultContentShareController |
class DefaultContentShareController : ContentShareController |