Questions tagged [voximplant]

82 questions
4
votes
1 answer

Flutter : can't build android in debug or release

suddenly my app can't run in debug or release mode. i have added some screens in the ui but i didn't change or add any packages. i don't know what happened exactly, but i have tried to reverse my changes with local history in Android Studio, but…
Shashoug
  • 119
  • 1
  • 9
1
vote
1 answer

How to use Voximplant to do voice calling in react native?

I am trying to implement voximplant for voice calls into a chat rn app, Can anyone please help me do implement a simple version of it? I saw the Voximplant rn demo repos but I couldn't find a very simple straight forward example for voice…
type
  • 23
  • 4
1
vote
1 answer

What is the correct way to instantiate the client object? TypeError: VoximplantApiClient is not a constructor

What is the correct way to instantiate the client object? it give me this error when i try to const client = new VoximplantApiClient(); TypeError: VoximplantApiClient is not a constructor Can i get a ES6 imports code example? docs have old require…
type
  • 23
  • 4
1
vote
1 answer

How can I wake up a calling app that is closed when a call enters the phone through the app

I am trying to create a video calling app using react native for front-end and firebase with voximplant for back-end. I have been able to implement the video call in such a way that when there is an incoming call, the app will log the user in by…
1
vote
1 answer

Invariant Violation: `new NativeEventEmitter()` requires a non-null argument., js engine: hermes

// No problem at all with this code import {View, Text} from 'react-native' const App = () => { return ( Test ) } export default App OUTPUT: LOG …
1
vote
1 answer

How do I control the rendering of video endpoint in a video conference?

How do I control the rendering of video endpoint in a video conference? I would like to render it in my own way, change the video size and more. Also, I cannot understand, how the IDs are named for the video elements. Are they the same with the…
1
vote
1 answer

Do i need to know the variables before launching a campain in voximplant kit?

I need to know the variables involved in a campaign before appending contacts to it, do I? https://voximplant.com/kit/docs/references/kit/campaigns#appendtocampaign
user19933337
1
vote
1 answer

Managing 2 conferences with Voximplant scenario

I am trying to make conference with Voximplant, and when user makes a call to another user, while the call is still going on, it makes another call to another user making two calls and the callees is added to a video conferencing. But it seems the…
1
vote
1 answer

Voximplant scenario crashes

Here's my Voximplant scenario: val callSettings = CallSettings() val array = mapOf("X-PARAMCUSTOM" to "test") callSettings.extraHeaders = array when I add these lines to my scenario, it crashes with the following…
jedi1150
  • 33
  • 3
1
vote
1 answer

Get a phone number which called to my rented number from Voximplant

How can I get a phone number which called to my rented number from Voximplant? I tried GetCall history but can't find the phone number.
1
vote
0 answers

Duplicate class org.webrtc.AddIceObserver found in modules jetified-libwebrtc

I was using voximplant for P2P video call, and I wanted integrate live broadcast/streaming call just like Teams or Jitsu using react-native-webrtc. How can I resovle this issue? Thank you advance for your help. But as I installed…
1
vote
1 answer

Duplicate class error from conflicting WebRTC library in React Native app

I've been looking workaround for the past few days but no avail. I'm using Voximplant only for instant messaging (IM) and wanted to use Sinch for VOIP calls to the other app. As Sinch IM doesn't fit our use case so we used Voximplant for the…
Annie Tan
  • 259
  • 4
  • 14
1
vote
0 answers

IOS Script info.plist doesn't exist

so i am working on a component for a user, i just need to add the ios build script: this is my script: #!/bin/bash set -e set -x yarn add react-native-geolocation-service yarn add @voximplant/react-native-foreground-service plutil -insert…
1
vote
1 answer

VoxImplant with DialogFlow CX Telephony Integration with Background MUSIC Tone

I have been working to integrate DialogFlow CX with VoxImplant Telephony Integration and It works great. But we experience latency in the conversation response from DialogFlow CX. As we are using DialogFlow CX webhooks which connects to multiple…
Nirmal
  • 109
  • 1
  • 10
1
vote
1 answer

How can I aggregate multiple DTMF keys with Voximplant?

I am able to dial one digit with DTMF by calling into Voximplant who is connected with DialogFlow. I have followed this scenario, but as the code states in line 147, // ToDo: aggregate multiple DTMF keys that are pressed in succession and send as a…
1
2 3 4 5 6