@webex/webrtc-core
Advanced tools
Comparing version
@@ -15,4 +15,5 @@ /** | ||
oniceconnectionstatechange: () => void; | ||
onicecandidate: (event: RTCPeerConnectionIceEvent) => void; | ||
} | ||
export { RTCPeerConnectionStub }; | ||
//# sourceMappingURL=rtc-peer-connection-stub.d.ts.map |
@@ -51,2 +51,3 @@ import { ConnectionState } from './connection-state-handler'; | ||
private connectionStateHandler; | ||
private iceCandidates; | ||
/** | ||
@@ -83,2 +84,8 @@ * Creates an instance of the RTCPeerConnection. | ||
/** | ||
* Gets the list of ICE candidates that have been gathered. | ||
* | ||
* @returns An array of RTCIceCandidate objects representing the ICE candidates. | ||
*/ | ||
getIceCandidates(): RTCIceCandidate[]; | ||
/** | ||
* Adds a new media track to the set of tracks which will be transmitted to the other peer. | ||
@@ -85,0 +92,0 @@ * |
{ | ||
"name": "@webex/webrtc-core", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
937642
0.18%19290
0.23%