Interface RTCDataChannelInitInterface_


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

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setReliable(boolean reliable)
     
  • Method Details

    • isReliable

      @JsProperty boolean isReliable()
    • setReliable

      @JsProperty void setReliable(boolean reliable)