Interface RTCDataChannelInitRecord_


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

    • create

      @JsOverlay static RTCDataChannelInitRecord_ create()
    • isReliable

      @JsProperty boolean isReliable()
    • setReliable

      @JsProperty void setReliable(boolean reliable)