Interface RTCSessionDescriptionInit


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

      • getSdp

        @JsProperty
        java.lang.String getSdp()
      • getType

        @JsProperty
        java.lang.String getType()
      • setSdp

        @JsProperty
        void setSdp​(java.lang.String sdp)
      • setType

        @JsProperty
        void setType​(java.lang.String type)