The RTCPeerConnection
interface represents a WebRTC connection between the local computer and a remote peer. It provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed.
Documentation RTCPeerConnection by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Static methods
staticgenerateCertificate(keygenAlgorithm:Dynamic):Promise<Certificate>
staticgenerateCertificate(keygenAlgorithm:String):Promise<Certificate>
Throws:
null | DOMError |
---|