abstract fun onRemoteVideoSourceAvailable(sources: List<RemoteVideoSource>): Unit
Called when remote video source(s) is/are now available.
Video sources can be explicitly subscribed to through updateVideoSourceSubscriptions
.
These should be stored and used when updateVideoSourceSubscriptions
is called (i.e. you cannot use RemoteVideoSource
objects created manually).
See updateVideoSourceSubscriptions
for more information.
See note in updateVideoSourceSubscriptions
documentation for information on
subscription behavior if updateVideoSourceSubscriptions
is never called.
sources
- : List - List of RemoteVideoSource objects.