onVideoTilePaused

abstract fun onVideoTilePaused(tileState: VideoTileState)

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

Note: this callback will be called on main thread.

Parameters

tileState

: VideoTileState - Video tile state associated with attendee who is paused.