Articles tagged: WebRTC API
Found 23 documents
- Web/API/RTCDataChannel The RTCDataChannel interface represents a network channel which can be used for bidirectional ...
- Web/API/RTCDataChannel/close The RTCDataChannel.close() method closes the RTCDataChannel. Either peer is permitted to call ...
- Web/API/RTCDataChannel/send The send() method of the RTCDataChannel interface sends data across the data channel to the ...
- Web/API/RTCDTMFSender tbd
- Web/API/RTCDTMFSender/insertDTMF The insertDTMF () method on the RTCDTMFSender interface starts sending tones to the remote peer ...
- Web/API/RTCDTMFSender/ontonechange The ontonechange property of the RTCDTMFSender interface is used to set the event handler for ...
- Web/API/RTCDTMFSender/toneBuffer The RTCDTMFSender interface's toneBuffer property returns a string containing a list of the DTMF ...
- Web/API/RTCDTMFToneChangeEvent The RTCDTMFToneChangeEvent interface represents events sent to indicate that DTMF tones have ...
- Web/API/RTCDTMFToneChangeEvent/RTCDTMFToneChangeEvent The RTCDTMFToneChangeEvent() constructor creates a new RTCDTMFToneChangeEvent.
- Web/API/RTCDTMFToneChangeEvent/tone The read-only property RTCDTMFToneChangeEvent.tone returns the DTMF character which has just ...
- Web/API/RTCIdentityAssertion The RTCIdentityAssertion interface of the the WebRTC API represents the identity of the a remote ...
- Web/API/RTCIdentityEvent The RTCIdentityEvent interface represents an identity assertion generated by an identity ...
- Web/API/RTCPeerConnection/addIceCandidate When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer ...
- Web/API/RTCPeerConnection/generateCertificate The generateCertificate() method of the RTCPeerConnection interface creates and stores an X.509 ...
- Web/API/RTCPeerConnection/getReceivers The RTCPeerConnection.getReceivers() method returns an array of RTCRtpReceiver objects, each of ...
- Web/API/RTCPeerConnection/getSenders The RTCPeerConnection.getSenders() method returns an array of RTCRtpSender objects, each of ...
- Web/API/RTCRtpReceiver/getStats The RTCRtpReceiver method getStats() asynchronously requests an RTCStatsReport object which ...
- Web/API/RTCRtpSender tbd
- Web/API/RTCRtpSender/dtmf The read-only dtmf property on the RTCRtpSender interface returns a RTCDTMFSender object which ...
- Web/API/WebRTC_API WebRTC (Web Real-Time Communications) is a technology which enables Web applications and sites ...
- Web/API/WebRTC_API/Using_data_channels In this guide, we'll examine how to add a data channel to a peer connection, which can then be ...
- Web/API/WebRTC_API/Using_DTMF In order to more fully support audio/video conferencing, WebRTC supports sending DTMF to the ...
- Web/Events/tonechange The tonechange event is sent by the WebRTC API to indicate when DTMF tones previously queued for ...