onRemoteVideoAdded

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

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.