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