Package-level declarations
Types
Link copied to clipboard
interface 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.
Link copied to clipboard
interface 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.
Link copied to clipboard
ContentShareSource contains the media sources to attach to the content share
Link copied to clipboard
ContentShareStatus indicates a status received regarding the content share.
Link copied to clipboard
ContentShareStatusCode indicates the reason the content share event occurred.
Link copied to clipboard
class DefaultContentShareController(logger: Logger, contentShareVideoClientController: ContentShareVideoClientController) : ContentShareController