Articles tagged: RTCPeerConnection
Found 48 documents
- Web/API/RTCPeerConnection The RTCPeerConnection interface represents a WebRTC connection between the local computer and a ...
- Web/API/RTCPeerConnection/addIceCandidate When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer ...
- Web/API/RTCPeerConnection/addStream The RTCPeerConnection.addStream() method adds a MediaStream as a local source of audio or video. ...
- Web/API/RTCPeerConnection/addTrack The RTCPeerConnection method addTrack() adds a new media track to the connection. The track is ...
- Web/API/RTCPeerConnection/canTrickleIceCandidates The read-only property RTCPeerConnection.canTrickleIceCandidates returns a Boolean which ...
- Web/API/RTCPeerConnection/close The RTCPeerConnection.close() method closes the current peer connection.
- Web/API/RTCPeerConnection/connectionState The read-only connectionState property of the RTCPeerConnection interface indicates the current ...
- Web/API/RTCPeerConnection/createAnswer The createAnswer() method on the RTCPeerConnection interface creates an answer to an offer ...
- Web/API/RTCPeerConnection/createDataChannel The createDataChannel() method on the RTCPeerConnection interface creates a new channel over ...
- Web/API/RTCPeerConnection/createOffer The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP ...
- Web/API/RTCPeerConnection/currentLocalDescription The read-only property RTCPeerConnection.currentLocalDescription returns an ...
- Web/API/RTCPeerConnection/currentRemoteDescription The read-only property RTCPeerConnection.currentRemoteDescription returns an ...
- Web/API/RTCPeerConnection/defaultIceServers The read-only property RTCPeerConnection.defaultIceServers returns an array of objects based on ...
- Web/API/RTCPeerConnection/generateCertificate The generateCertificate() method of the RTCPeerConnection interface creates and stores an X.509 ...
- Web/API/RTCPeerConnection/getIdentityAssertion The RTCPeerConnection.getIdentityAssertion() method initiates the gathering of an identity ...
- Web/API/RTCPeerConnection/getLocalStreams The RTCPeerConnection.getLocalStreams() method returns an array of MediaStream associated with ...
- Web/API/RTCPeerConnection/getRemoteStreams The RTCPeerConnection.getRemoteStreams() method returns an array of MediaStream associated with ...
- Web/API/RTCPeerConnection/getStreamById The RTCPeerConnection.getStreamById() method returns the MediaStream with the given id that is ...
- Web/API/RTCPeerConnection/iceConnectionState The read-only property RTCPeerConnection.iceConnectionState returns an enum of type ...
- Web/API/RTCPeerConnection/iceGatheringState The read-only property RTCPeerConnection.iceGatheringState returns an enum of type ...
- Web/API/RTCPeerConnection/localDescription The read-only property RTCPeerConnection.localDescription returns an RTCSessionDescription ...
- Web/API/RTCPeerConnection/onaddstream The RTCPeerConnection.onaddstream event handler is a property containing the code to execute ...
- Web/API/RTCPeerConnection/onconnectionstatechange The RTCPeerConnection.onconnectionstatechange property specifies an EventHandler which is called ...
- Web/API/RTCPeerConnection/ondatachannel The RTCPeerConnection.ondatachannel property is an EventHandler which specifies a function which ...
- Web/API/RTCPeerConnection/onicecandidate The RTCPeerConnection.onicecandidate property is an EventHandler which specifies a function to ...
- Web/API/RTCPeerConnection/onicecandidateerror The RTCPeerConnection.onicecandidateerror property is an EventHandler which specifies a function ...
- Web/API/RTCPeerConnection/oniceconnectionstatechange The RTCPeerConnection.oniceconnectionstatechange property is an event handler which specifies a ...
- Web/API/RTCPeerConnection/onicegatheringstatechange The RTCPeerConnection.onicegatheringstatechange property is an EventHandler which specifies a ...
- Web/API/RTCPeerConnection/onidentityresult The RTCPeerConnection.onidentityresult event handler is a property containing the code to ...
- Web/API/RTCPeerConnection/onidpassertionerror The RTCPeerConnection.onidpassertionerror event handler is a property containing the code to ...
- Web/API/RTCPeerConnection/onidpvalidationerror The RTCPeerConnection.onidpvalidationerror event handler is a property containing the code to ...
- Web/API/RTCPeerConnection/onnegotiationneeded The RTCPeerConnection.onnegotiationneeded property is an EventHandler which specifies a function ...
- Web/API/RTCPeerConnection/onpeeridentity The RTCPeerConnection.onpeeridentity event handler is a property containing the code to execute ...
- Web/API/RTCPeerConnection/onremovestream The RTCPeerConnection.onremovestream event handler is a property containing the code to execute ...
- Web/API/RTCPeerConnection/onsignalingstatechange The RTCPeerConnection.onsignalingstatechange property is an EventHandler which specifies a ...
- Web/API/RTCPeerConnection/ontrack The RTCPeerConnection.ontrack property is an EventHandler which specifies a function to be ...
- Web/API/RTCPeerConnection/peerIdentity The read-only property RTCPeerConnection.peerIdentity returns an RTCIdentityAssertion, ...
- Web/API/RTCPeerConnection/pendingLocalDescription The read-only property RTCPeerConnection.pendingLocalDescription returns an ...
- Web/API/RTCPeerConnection/pendingRemoteDescription The read-only property RTCPeerConnection.pendingRemoteDescription returns an ...
- Web/API/RTCPeerConnection/remoteDescription The read-only property RTCPeerConnection.remoteDescription returns a RTCSessionDescription ...
- Web/API/RTCPeerConnection/removeStream The RTCPeerConnection.removeStream() method removes a MediaStream as a local source of audio or ...
- Web/API/RTCPeerConnection/removeTrack The RTCPeerConnection.removeTrack() method tells the local end of the connection to stop sending ...
- Web/API/RTCPeerConnection/RTCPeerConnection The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents ...
- Web/API/RTCPeerConnection/sctp The read-only sctp property on the RTCPeerConnection interface returns an RTCSctpTransport ...
- Web/API/RTCPeerConnection/setConfiguration The RTCPeerConnection.setConfiguration() method sets the current configuration of the ...
- Web/API/RTCPeerConnection/setIdentityProvider The RTCPeerConnection.setIdentityProvider() method sets the Identity Provider (IdP) to the ...
- Web/API/RTCPeerConnection/setLocalDescription The RTCPeerConnection.setLocalDescription() method changes the local description associated with ...
- Web/API/RTCPeerConnection/setRemoteDescription The RTCPeerConnection.setRemoteDescription() method changes the remote description associated ...