Interface IModuleOnRTPSession


  • public interface IModuleOnRTPSession

    IModuleOnRTPSession: method interface for RTP session create/destroy.

    • Method Detail

      • onRTPSessionCreate

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

        void onRTPSessionDestroy​(RTPSession rtpSession)
        Invoked when an RTP Session is destroyed.
        Parameters:
        rtpSession - rtpSession