Interface IRTPSessionNotify


  • public interface IRTPSessionNotify

    IRTPSessionNotify: listener interface for RTP sessions. See RTPSessions.addSessionListener(IRTPSessionNotify listener)

    • Method Detail

      • onRTPSessionCreate

        void onRTPSessionCreate​(RTPSession rtpSession)
        Invoked when RTP session is created
        Parameters:
        rtpSession - RTP session
      • onRTPSessionDestroy

        void onRTPSessionDestroy​(RTPSession rtpSession)
        Invoked when RTP session is destroyed
        Parameters:
        rtpSession - RTP session