Interface IRTPSessionNotify


public interface IRTPSessionNotify

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

  • Method Details

    • 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