ConferenceMediaListener

Functions

Link copied to clipboard
abstract fun onLocalVideoAdded(conference: Conference)

Performs any actions that could be required when the local video is shared.

Link copied to clipboard
abstract fun onLocalVideoRemoved(conference: Conference)

Performs any actions that could be required when the local video is removed.

Link copied to clipboard
abstract fun onRemoteVideoAdded(conference: Conference, participant: Contact)

Performs any actions that could be required when a remote participant specified by participant starts sharing video.

Link copied to clipboard
abstract fun onRemoteVideoRemoved(conference: Conference, participant: Contact)

Performs any action that could be required when a remote participant specified by participant stops sharing video.