@signalwire/js
Advanced tools
Comparing version 1.3.0-cantina.6 to 1.3.0-cantina.6.1
@@ -609,6 +609,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
configurable: true, | ||
value: (memberID) => { | ||
_modCommand('handraise', null, memberID); | ||
value: (memberID, value = null) => { | ||
_modCommand('handraise', memberID, value); | ||
} | ||
}, | ||
confFullscreen: { | ||
configurable: true, | ||
value: (memberID, value = null) => { | ||
_modCommand('full-screen', memberID, value); | ||
} | ||
}, | ||
confQuality: { | ||
@@ -619,3 +625,9 @@ configurable: true, | ||
} | ||
} | ||
}, | ||
modCommand: { | ||
configurable: true, | ||
value: (command, memberID = null, value = null) => { | ||
_modCommand(command, memberID, value); | ||
} | ||
}, | ||
}); | ||
@@ -622,0 +634,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-cantina.6"; | ||
export declare const VERSION = "1.3.0-cantina.6.1"; | ||
export { Relay, Verto, CantinaAuth }; | ||
export * from '../common/src/util/interfaces'; |
@@ -5,4 +5,4 @@ import Relay from './src/SignalWire'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export const VERSION = '1.3.0-cantina.6'; | ||
export const VERSION = '1.3.0-cantina.6.1'; | ||
setAgentName(`JavaScript SDK/${VERSION}`); | ||
export { Relay, Verto, CantinaAuth }; |
{ | ||
"name": "@signalwire/js", | ||
"version": "1.3.0-cantina.6", | ||
"version": "1.3.0-cantina.6.1", | ||
"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
311431
4229