Interface VideoInterfaceListener


  • public interface VideoInterfaceListener
    • Method Detail

      • onVideoInactive

        void onVideoInactive​(int nChannelId)
        Occurs 3 seconds after conference server stops sending video
        Parameters:
        nChannelId - ID of the channel associated with the video stream (used by media and signaling engines and client app)
      • onVideoResumed

        void onVideoResumed​(int nChannelId)
        Occurs when conference server continues sending video
        Parameters:
        nChannelId - ID of the channel associated with the video stream (used by media and signaling engines and client app)