🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@webex/webrtc-core

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/webrtc-core - npm Package Compare versions

Comparing version

to
2.13.0

1

dist/types/mocks/rtc-peer-connection-stub.d.ts

@@ -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 @@ *

2

package.json
{
"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