onVideoTileRemoved

abstract fun onVideoTileRemoved(tileState: VideoTileState)

Called whenever any attendee stops sharing the video.

Note: this callback will be called on main thread.

Parameters

tileState

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