amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.contentshare / ContentShareObserver

ContentShareObserver

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.

Functions

onContentShareStarted

Called when the content share has started. This callback will be on the main thread.

abstract fun onContentShareStarted(): Unit

onContentShareStopped

Called when the content is no longer shared with other attendees with the reason provided in the status.

abstract fun onContentShareStopped(status: ContentShareStatus): Unit