abstract fun onRemoteVideoSourceUnavailable(: 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.
sources
- : List - List of RemoteVideoSource objects.