VoIP between two different applications – React Native

huangapple go评论66阅读模式
英文:

VoIP between two different applications - React Native

问题

我正在研究如何在两个不同的应用程序之间实现VoIP。在我的情况下,有两个应用程序。第一个是为服务用户而设计的,而另一个是为服务提供者而设计的。最终目标是在这两个应用程序之间建立语音通话。它们具有不同的捆绑标识符(bundle IDs),但具有相同的团队标识符(team ID)。这两个应用程序都是使用React Native实现的。如果有人对这个话题有任何了解,将会非常有帮助。

提前感谢

我正在研究像Twilio和Voximplant这样的平台。我给他们发送了电子邮件,但目前还没有收到回应。据我所见,它们提供了在同一应用程序的不同用户之间进行VoIP通话的服务。

英文:

I am researching how to implement VoIP between two different apps. In my case there are two applications. First one is for service users and the other one is for service providers. Final goal is to establish voice call between these two apps. They have different bundle IDs, but the same team ID. Implementation of both apps is in React Native. If anyone knows anything about this topic it will be of great help.

Thanks in advance

I was researching platforms like Twilio and Voximplant. I sent them emails, but there is no response for now. As I see, they offer services for VoIP calls between different users of the same applications.

答案1

得分: 0

是的,这是可以实现的。您可以将Voximplant SDK集成到您的应用程序中进行呼叫:
https://voximplant.com/docs/gettingstarted/makeanapp/reactnative

Voximplant还在这里提供了演示项目:
https://github.com/voximplant/react-native-demo

如果需要,在平台的场景端,您可以从/到您的服务器发送/接收API请求:
https://voximplant.com/docs/references/voxengine/appevents#httprequest
https://voximplant.com/docs/references/voxengine/net/httprequest

英文:

Yes, it is possible to implement. You can integrate Voximplant sdk into your app to make calls:
https://voximplant.com/docs/gettingstarted/makeanapp/reactnative

Voximplant also have demo projects here:
https://github.com/voximplant/react-native-demo

If necessary, on the scenario side of the platform you will be able to send/receive api request from/to your server:
https://voximplant.com/docs/references/voxengine/appevents#httprequest
https://voximplant.com/docs/references/voxengine/net/httprequest

huangapple
  • 本文由 发表于 2023年5月11日 19:22:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/76227078.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定