@onereach/step-voice 7.0.2-VOIC1438.1 → 7.0.2-VOIC1438.2

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.
@@ -203,16 +203,16 @@ 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
- }) */
211
- const command = {
212
- name: 'meet-ops',
206
+ await this.thread.emitAsync({
207
+ target: 'provider',
208
+ name: 'out/voice/originate/meet-ops',
213
209
  params
214
- };
215
- await this.sendCommands(call, [command]);
210
+ });
211
+ // const command = {
212
+ // name: 'meet-ops',
213
+ // params
214
+ // }
215
+ // await this.sendCommands(call, [command])
216
216
  }
217
217
  });
218
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-VOIC1438.1",
3
+ "version": "7.0.2-VOIC1438.2",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",