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

onRemoteVideoAdded

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

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

Parameters

conference - Conference instance.

participantName - Name of the participant who starts sharing video.