The RTCDataChannelEvent() constructor returns a new web.rtc.RTCDataChannelEvent
which represents a datachannel
event. These events sent to
web.audio.RTCPeerConnection
when its remote peer is asking
open an web.rtc.RTCDataChannel
between the two peers.
The RTCDataChannelEvent() constructor returns a new `web.rtc.RTCDataChannelEvent` which represents a `datachannel` event. These events sent to `web.audio.RTCPeerConnection` when its remote peer is asking open an `web.rtc.RTCDataChannel` between the two peers.
(channel this)
Property.
[Read Only] [Experimental]
The read-only property RTCDataChannelEvent.channel returns the associated with the event.
var channel = RTCDataChannelEvent.channel;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannelEvent/channel
Property. [Read Only] [Experimental] The read-only property RTCDataChannelEvent.channel returns the associated with the event. `var channel = RTCDataChannelEvent.channel;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannelEvent/channel`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close