@signalwire/js
Advanced tools
Comparing version 1.3.0-alpha.9.11 to 1.3.0-alpha.9.12
@@ -39,4 +39,4 @@ export interface CallOptions { | ||
requestTimeout?: number; | ||
shaken_check?: string; | ||
shaken_result?: string; | ||
shakenCheck?: string; | ||
shakenResult?: string; | ||
} | ||
@@ -43,0 +43,0 @@ export interface ICantinaUser { |
@@ -74,8 +74,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
screenShare: /;screen$/.test(params.callee_id_number), | ||
shakenCheck: params.shaken_check || '', | ||
shakenResult: params.shaken_result || '', | ||
}); | ||
const { shaken_check, shaken_result } = params; | ||
if (shaken_check && shaken_result) { | ||
call.options.shaken_check = shaken_check; | ||
call.options.shaken_result = shaken_result; | ||
} | ||
const hasAudioLine = params.sdp.indexOf('m=audio') !== -1; | ||
@@ -82,0 +79,0 @@ if (!hasAudioLine) { |
@@ -100,4 +100,4 @@ import BrowserSession from '../BrowserSession'; | ||
requestTimeout?: number; | ||
shaken_check?: string; | ||
shaken_result?: string; | ||
shakenCheck?: string; | ||
shakenResult?: string; | ||
}; | ||
@@ -104,0 +104,0 @@ }; |
import Relay from './src/SignalWire'; | ||
import Verto from './src/Verto'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export declare const VERSION = "1.3.0-alpha.9.11"; | ||
export declare const VERSION = "1.3.0-alpha.9.12"; | ||
export { Relay, Verto, CantinaAuth }; | ||
export * from '../common/src/util/interfaces'; | ||
export * from '../common/src/webrtc/interfaces'; |
@@ -5,4 +5,4 @@ import Relay from './src/SignalWire'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export const VERSION = '1.3.0-alpha.9.11'; | ||
export const VERSION = '1.3.0-alpha.9.12'; | ||
setAgentName(`JavaScript SDK/${VERSION}`); | ||
export { Relay, Verto, CantinaAuth }; |
{ | ||
"name": "@signalwire/js", | ||
"version": "1.3.0-alpha.9.11", | ||
"version": "1.3.0-alpha.9.12", | ||
"description": "Relay SDK for JavaScript to connect to SignalWire.", | ||
@@ -5,0 +5,0 @@ "author": "SignalWire Team <open.source@signalwire.com>", |
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
338308
4853