onVideoTileResumed

abstract fun onVideoTileResumed(tileState: VideoTileState)

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

Note: this callback will be called on main thread.

Parameters

tileState

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