Question

Mass Call using js embeddable widget

  • 8 April 2021
  • 2 replies
  • 266 views

Is there any option to develop mass call feature using embedable js widget ? I want to call automatically one by one using a loop iteration.Please let me know.


2 replies

I do not believe there are any resources for this however you could write javascript to create an array of numbers and interate through to call the next after call ending using the rc-call-end-notify event.

You can try it with Embeddable's call API:
https://github.com/ringcentral/ringcentral-embeddable/blob/master/docs/control-widget.md#go-to-dial-and-start-a-call
https://github.com/ringcentral/ringcentral-embeddable/blob/master/docs/control-widget.md#control-the-web-call

Reply