@signalwire/js
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -6,2 +6,6 @@ # Changelog | ||
## [1.2.7] - 2020-02-21 | ||
### Fixed | ||
- Remove default values for `googleMaxBitrate`, `googleMinBitrate` and `googleStartBitrate`. | ||
## [1.2.6] - 2020-02-06 | ||
@@ -8,0 +12,0 @@ ### Added |
@@ -50,5 +50,2 @@ export var PeerType; | ||
userVariables: {}, | ||
googleMaxBitrate: 2048, | ||
googleMinBitrate: 0, | ||
googleStartBitrate: 1024, | ||
}; | ||
@@ -55,0 +52,0 @@ export var State; |
@@ -74,1 +74,15 @@ export interface CallOptions { | ||
} | ||
export interface ICantinaAuthParams { | ||
hostname?: string; | ||
} | ||
export interface ICantinaUser { | ||
first_name: string; | ||
last_name: string; | ||
email: string; | ||
phone: string; | ||
avatar: string; | ||
project: string; | ||
jwt_token: string; | ||
scopes: string[]; | ||
config?: object; | ||
} |
import Relay from './src/SignalWire'; | ||
import Verto from './src/Verto'; | ||
export declare const VERSION = "1.2.6"; | ||
export { Relay, Verto }; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export declare const VERSION = "1.2.7"; | ||
export { Relay, Verto, CantinaAuth }; | ||
export * from '../common/src/util/interfaces'; |
import Relay from './src/SignalWire'; | ||
import Verto from './src/Verto'; | ||
import { setAgentName } from '../common/src/messages/blade/Connect'; | ||
export const VERSION = '1.2.6'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export const VERSION = '1.2.7'; | ||
setAgentName(`JavaScript SDK/${VERSION}`); | ||
export { Relay, Verto }; | ||
export { Relay, Verto, CantinaAuth }; |
{ | ||
"name": "@signalwire/js", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"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
Network access
Supply chain riskThis module accesses the network.
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
299378
75
4058
3