Interface RTCDataChannelInitRecord_
@JsType(isNative=true,
namespace="<global>")
public interface RTCDataChannelInitRecord_
-
Method Summary
Modifier and TypeMethodDescriptionstatic RTCDataChannelInitRecord_
create()
boolean
void
setReliable
(boolean reliable)
-
Method Details
-
create
-
isReliable
@JsProperty boolean isReliable() -
setReliable
@JsProperty void setReliable(boolean reliable)
-