@onereach/step-voice 7.0.2-VOIC1438.1 → 7.0.2-VOIC1438.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dst/Initiate Call.js +11 -6
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -203,16 +203,21 @@ class InitiateCall extends voice_1.default {
|
|
|
203
203
|
});
|
|
204
204
|
}
|
|
205
205
|
else {
|
|
206
|
+
await this.thread.emitAsync({
|
|
207
|
+
target: 'provider',
|
|
208
|
+
name: 'out/voice/originate/v2',
|
|
209
|
+
params
|
|
210
|
+
});
|
|
206
211
|
/* await this.thread.emitAsync({
|
|
207
212
|
target: 'provider',
|
|
208
|
-
name: 'out/voice/originate/
|
|
213
|
+
name: 'out/voice/originate/meet-ops',
|
|
209
214
|
params
|
|
210
215
|
}) */
|
|
211
|
-
const command = {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
await this.sendCommands(call, [command])
|
|
216
|
+
// const command = {
|
|
217
|
+
// name: 'meet-ops',
|
|
218
|
+
// params
|
|
219
|
+
// }
|
|
220
|
+
// await this.sendCommands(call, [command])
|
|
216
221
|
}
|
|
217
222
|
});
|
|
218
223
|
}
|