sippo-sdk / com.quobis.sippo.sipposdk.conference.listener / ConferenceListener / onRemoteVideoRemoved

onRemoteVideoRemoved

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

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.