Interface VideoCallListener

    • Method Detail

      • onVideoTrackAdded

        void 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

        void onVideoTrackPaused​(Call call)
      • onVideoTrackResumed

        void onVideoTrackResumed​(Call call)