onRemoteVideoAdded

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

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

Parameters

conference

Conference instance.

participant

Participant who starts sharing video.