onVideoTrackAdded

abstract fun onVideoTrackAdded(call: Call)

Called when a Video track has been added to the call. To get the local preview and the remote stream, see VideoController.remoteView and VideoController.localView.

Parameters

call

The call that had video tracks added.