amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo / AudioVideoObserver / onRemoteVideoSourceUnavailable

onRemoteVideoSourceUnavailable

abstract fun onRemoteVideoSourceUnavailable(sources: List<RemoteVideoSource>): Unit

Called when remote video source(s) is/are no longer available.

Note that these sources do not need to be removed via updateVideoSourceSubscriptions, as they will be automatically unsubscribed from.

Parameters

sources - : List - List of RemoteVideoSource objects.