Module webrtc.java

Interface RTCDtlsTransportObserver


  • public interface RTCDtlsTransportObserver
    Receives events from an RTCDtlsTransport.
    Author:
    Alex Andres
    • Method Detail

      • onStateChange

        void onStateChange​(RTCDtlsTransportState info)
        The transport state has changed.
        Parameters:
        info - The information about the state of the transport.
      • onError

        void onError​(String error)
        An error has occurred, causing the transport to go to the FAILED state.
        Parameters:
        error - The error message.