abstract fun onVideoTilePaused(tileState: VideoTileState): Unit
Called whenever an attendee tile pauseState changes from VideoPauseState.Unpaused.
Note: this callback will be called on main thread.
tileState
- : VideoTileState - Video tile state associated with attendee who is paused.