Properties
RTCPeerConnection
RTCPeerConnection: object
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11639
Type declaration
constructor: function
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11640
Parameters
generateCertificate: function
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11642
Parameters
getDefaultIceServers: function
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:11643
canTrickleIceCandidates
canTrickleIceCandidates: boolean | null
idpErrorInfo
idpErrorInfo: string | null
idpLoginUrl
idpLoginUrl: string | null
onconnectionstatechange
onconnectionstatechange: function | null
ondatachannel
ondatachannel: function | null
onicecandidate
onicecandidate: function | null
onicecandidateerror
onicecandidateerror: function | null
oniceconnectionstatechange
oniceconnectionstatechange: function | null
onicegatheringstatechange
onicegatheringstatechange: function | null
onnegotiationneeded
onnegotiationneeded: function | null
onsignalingstatechange
onsignalingstatechange: function | null
onstatsended
onstatsended: function | null
ontrack
ontrack: function | null
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.