VideoTileObserver

VideoTileObserver handles events related to VideoTile.

Note: all callbacks will be called on main thread.

Functions

Link copied to clipboard
abstract fun onVideoTileAdded(tileState: VideoTileState)

Called whenever an attendee starts sharing the video.

Link copied to clipboard
abstract fun onVideoTilePaused(tileState: VideoTileState)

Called whenever an attendee tile pauseState changes from VideoPauseState.Unpaused.

Link copied to clipboard
abstract fun onVideoTileRemoved(tileState: VideoTileState)

Called whenever any attendee stops sharing the video.

Link copied to clipboard
abstract fun onVideoTileResumed(tileState: VideoTileState)

Called whenever an attendee tile pauseState changes to VideoPauseState.Unpaused.

Link copied to clipboard
abstract fun onVideoTileSizeChanged(tileState: VideoTileState)

Called whenever a video steam content size is changed