abstract fun onVideoTileRemoved(tileState: VideoTileState): Unit
Called whenever any attendee stops sharing the video.
Note: this callback will be called on main thread.
tileState
- : VideoTileState - Video tile state associated with attendee who is removed.