onRemoteVideoRemoved

abstract fun onRemoteVideoRemoved(conference: Conference, participantName: String)

Performs any action that could be required when a remote participant specified by participantName stops sharing video.

Parameters

conference

Conference instance.

participantName

Name of the participant who stops sharing video.