Questions tagged [voximplant]

82 questions
0
votes
1 answer

How to play sound instead of dial tones

I have a bot in Dialogflow CX with Voximplant. I want to play a typing sound while my customer is waiting for response. How do I do it?
user19933337
0
votes
1 answer

How to detect when the destination side rejects the call an application for Android based on Voximplant

I have an application for Android based on Voximplant platform. I need to know when the destination side rejects the call. How do I find that it was the other side who rejected the call?
0
votes
1 answer

Seting up a webhook to track Voximplant's scenario status with all its data

I'm writing an application on Voximplant platform and I want to set up a webhook to track Voximplant's scenario status with all its data. How do I do it?
0
votes
1 answer

Adding Click-to-call widget Voximplant for websites

I want to add a Click-to-call widget to my website and heard that Voximplant has a ready solution for websites. How do I find it?
0
votes
1 answer

Forwarding a received call to anothen phone number and record the call – Voximplant

I want to forward a received call to anothen phone number and record the call. How can I do it with Voximplant?
0
votes
1 answer

Searching a draft scenario, the api returns an empty array, and did not tell me a error type: Voximplant Kit

https://voximplant.com/kit/docs/references/kit/scenarios#searchscenarios Are the scenarios that I get via searchScenarios method limited by some status, like "in use"? I search a draft scenario, the api returns an empty array, and did not tell me a…
0
votes
0 answers

Voximplant push notifications - React Native

I have successfully managed to get remote messages from Firebase console to send messages when my app is in the QUIT state, FOREGREOUND state and in BACKGROUND state. So all the Firebase setup is working PERFECTLY in my React Native app (Android). I…
chai86
  • 425
  • 2
  • 14
  • 34
0
votes
0 answers

Voximplant Video SDK React native sample app- Meeting being exited instantly

We are trying to build and run the voximplant demo app which we found here (conference calls): https://github.com/voximplant/react-native-demo Although, on running the app: the meeting is being exited as soon as we try to enter the meeting. Steps…
Varun V
  • 11
  • 2
0
votes
1 answer

Dialogflow ES custom events not firing when called

I have a Dialogflow ES agent and have set up a custom event up with the agent. However, when this event is called nothing happens. I know the function that calls it is working as it works when I set the event to the default welcome event. I added…
0
votes
1 answer

Voximplant sendDigits method returning error in scenario

I have a scenario in my Voximplant application in which I am trying to use the sendDigits method to navigate touch tone menus. I am not sure I am implementing it right in the scenario as the log returns an error - JS error: sendDigits is not…
0
votes
1 answer

How to receive calls in Voximplant?

I built a testing app using the Voximplant platform to make calls, but how do I accept incoming calls? How do I accept video calls? Can I receive calls from landline phones as well? Do I need a special scenario for receiving calls?
user19933337
0
votes
1 answer

How to call in Voximplant?

I want to make a calling app and found out that Voximplant can help me with that. What do I need to make a call? Can I make video calls? What destinations can I call? Please advice.
user19933337
0
votes
1 answer

Voximplant Platform 3rd-party dependencies

Can the Voximplant Platform work with 3rd-party libraries? Сan I install 3rd-party npm dependencies into the Voximplant Platform directly
jedi1150
  • 33
  • 3
0
votes
1 answer

What are the session limits in Voximplant?

I received the "JS error: Exceeded the total HTTP connection count limit!", error in Voximplant Platform today, but I can't find the limits. Where do I find this information?
user19933337
0
votes
1 answer

I get an error while trying to get the call history via API method in Voximplant

I am trying to get the call history and sending custom data: $recordingUrls = $voximplantHelper->getCallHistory($messageArr['customData']);, and i get the following…
user19933337