-
- All Implemented Interfaces:
-
com.sinch.android.rtc.calling.CallListener
public interface VideoCallListener implements CallListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVideoTrackAdded(Call call)Called when a Video track has been added to the call. abstract UnitonVideoTrackPaused(Call call)abstract UnitonVideoTrackResumed(Call call)-
-
Method Detail
-
onVideoTrackAdded
abstract Unit 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.
- Parameters:
call- The call that had video tracks added.
-
onVideoTrackPaused
abstract Unit onVideoTrackPaused(Call call)
-
onVideoTrackResumed
abstract Unit onVideoTrackResumed(Call call)
-
-
-
-