Articles tagged: RTCDataChannel
Found 23 documents
- Web/API/RTCDataChannel The RTCDataChannel interface represents a network channel which can be used for bidirectional ...
- Web/API/RTCDataChannel/binaryType The property binaryType on the RTCDataChannel interface is a DOMString which specifies the type ...
- Web/API/RTCDataChannel/bufferedAmount The read-only RTCDataChannel property bufferedAmount returns the number of bytes of data ...
- Web/API/RTCDataChannel/bufferedAmountLowThreshold The RTCDataChannel property bufferedAmountLowThreshold is used to specify the number of bytes of ...
- Web/API/RTCDataChannel/close The RTCDataChannel.close() method closes the RTCDataChannel. Either peer is permitted to call ...
- Web/API/RTCDataChannel/id The read-only RTCDataChannel property id returns an ID number (between 0 and 65,534) which ...
- Web/API/RTCDataChannel/label The read-only RTCDataChannel property label returns a DOMString containing a name describing the ...
- Web/API/RTCDataChannel/maxPacketLifeTime The read-only RTCDataChannel property maxPacketLifeTime returns the amount of time, in ...
- Web/API/RTCDataChannel/maxRetransmits The read-only RTCDataChannel property maxRetransmits returns the maximum number of times the ...
- Web/API/RTCDataChannel/negotiated The read-only RTCDataChannel property negotiated indicates whether the RTCDataChannel 's ...
- Web/API/RTCDataChannel/onbufferedamountlow The RTCDataChannel.onbufferedamountlow property is an EventHandler which specifies a function ...
- Web/API/RTCDataChannel/onclose The RTCDataChannel.onclose property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/onerror The RTCDataChannel.onerror property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/onmessage The RTCDataChannel.ommessage property stores an EventHandler which specifies a function to be ...
- Web/API/RTCDataChannel/onopen The RTCDataChannel.onopen property is an EventHandler which specifies a function to be called ...
- Web/API/RTCDataChannel/ordered The read-only RTCDataChannel property ordered indicates whether or not the data channel ...
- Web/API/RTCDataChannel/protocol The read-only RTCDataChannel property protocol returns a DOMString containing the name of the ...
- Web/API/RTCDataChannel/readyState The read-only RTCDataChannel property readyState returns an enum of type RTCDataChannelState ...
- Web/API/RTCDataChannel/reliable The read-only RTCDataChannel property reliable indicates whether or not the data channel is ...
- Web/API/RTCDataChannel/send The send() method of the RTCDataChannel interface sends data across the data channel to the ...
- Web/API/RTCDataChannel/stream The deprecated (and never part of the official specification) read-only RTCDataChannel property ...
- Web/API/WebRTC_API/Using_data_channels Once you've established a WebRTC peer connection using the RTCPeerConnection interface, you're ...
- Web/Events/datachannel A datachannel event informs the target, a RTCPeerConnection object, that a RTCDataChannel has ...