Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@signalapp/ringrtc

Package Overview
Dependencies
Maintainers
6
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalapp/ringrtc - npm Package Compare versions

Comparing version 2.37.1 to 2.38.0

5

dist/ringrtc/Service.d.ts

@@ -255,3 +255,3 @@ /// <reference types="node" />

export interface CallSettings {
iceServer: IceServer;
iceServers: Array<IceServer>;
hideIp: boolean;

@@ -264,2 +264,3 @@ dataMode: DataMode;

password?: string;
/** Provide hostname when urls contain IP addresses instead of hostname */
hostname?: string;

@@ -578,3 +579,3 @@ urls: Array<string>;

createOutgoingCall(remoteUserId: UserId, isVideoCall: boolean, localDeviceId: DeviceId): CallId;
proceed(callId: CallId, iceServerUsername: string, iceServerPassword: string, iceServerHostname: string, iceServerUrls: Array<string>, hideIp: boolean, dataMode: DataMode, audioLevelsIntervalMillis: number): void;
proceed(callId: CallId, iceServers: Array<IceServer>, hideIp: boolean, dataMode: DataMode, audioLevelsIntervalMillis: number): void;
accept(callId: CallId): void;

@@ -581,0 +582,0 @@ ignore(callId: CallId): void;

4

package.json
{
"name": "@signalapp/ringrtc",
"version": "2.37.1",
"version": "2.38.0",
"description": "Signal Messenger voice and video calling library.",

@@ -28,3 +28,3 @@ "main": "dist/index.js",

"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz",
"prebuildChecksum": "1989bca57d789e1ba65c7e7a4d0900bdfd8e3f8b01ff9d6d438ac3417d11d8f8"
"prebuildChecksum": "5168544dd09b8fc1d9981736ce5b066c1619f2de4220467e24b9a8cfbd19edc7"
},

@@ -31,0 +31,0 @@ "author": "",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc