RTCDataChannelEvent
open class RTCDataChannelEvent(val type: EventType<RTCDataChannelEvent>, init: RTCDataChannelEventInit) : Event(source)
The RTCDataChannelEvent
interface represents an event related to a specific RTCDataChannel.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The read-only property RTCDataChannelEvent.channel
returns the RTCDataChannel associated with the event.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard