@signalapp/ringrtc
Advanced tools
Comparing version 2.37.1 to 2.38.0
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3245
406029