@signalwire/js
Advanced tools
Comparing version 1.3.0-cantina.22 to 1.3.0-cantina.23
@@ -382,9 +382,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
room.members = members.filter(({ type }) => type === 'caller') | ||
.map(({ id, uuid, caller_id_number, caller_id_name }) => { | ||
return { | ||
participantId: Number(id).toString(), | ||
callId: uuid, | ||
participantNumber: caller_id_number, | ||
participantName: caller_id_name, | ||
}; | ||
.map((_a) => { | ||
var { id, uuid, caller_id_number, caller_id_name } = _a, rest = __rest(_a, ["id", "uuid", "caller_id_number", "caller_id_name"]); | ||
return Object.assign({ participantId: Number(id).toString(), callId: uuid, participantNumber: caller_id_number, participantName: caller_id_name }, rest); | ||
}); | ||
@@ -391,0 +387,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.22"; | ||
export declare const VERSION = "1.3.0-cantina.23"; | ||
export { Relay, Verto, CantinaAuth }; | ||
@@ -6,0 +6,0 @@ export * from '../common/src/webrtc/deviceHelpers'; |
@@ -5,5 +5,5 @@ import Relay from './src/SignalWire'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export const VERSION = '1.3.0-cantina.22'; | ||
export const VERSION = '1.3.0-cantina.23'; | ||
setAgentName(`JavaScript SDK/${VERSION}`); | ||
export { Relay, Verto, CantinaAuth }; | ||
export * from '../common/src/webrtc/deviceHelpers'; |
{ | ||
"name": "@signalwire/js", | ||
"version": "1.3.0-cantina.22", | ||
"version": "1.3.0-cantina.23", | ||
"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
387775
5588