onRemoteVideoRemoved

abstract fun onRemoteVideoRemoved(conference: Conference, participant: Contact)

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

Parameters

conference

Conference instance.

participant

Participant who stops sharing video.