Interface RTCRtpTransceiver


  • @JsType(isNative=true,
            namespace="<global>")
    public interface RTCRtpTransceiver
    • Method Detail

      • getCurrentDirection

        @JsProperty
        java.lang.String getCurrentDirection()
      • getDirection

        @JsProperty
        java.lang.String getDirection()
      • getMid

        @JsProperty
        java.lang.String getMid()
      • isStopped

        @JsProperty
        boolean isStopped()
      • setCodecPreferences

        java.lang.Object setCodecPreferences​(elemental2.core.JsArray<RTCRtpCodecCapability> codecs)
      • setCodecPreferences

        @JsOverlay
        default java.lang.Object setCodecPreferences​(RTCRtpCodecCapability[] codecs)
      • setDirection

        java.lang.Object setDirection​(java.lang.String direction)
      • stop

        java.lang.Object stop()