简体   繁体   English

Twilio:通话和语音功能?

[英]Twilio: Call and Voice features?

I am trying to implement a call feature in my xamarin forms app using Twilio .我正在尝试使用Twilio在我的 xamarin forms 应用程序中实现呼叫功能。 I am able to call by providing From and To numbers using this API of Twilio .我可以使用TwilioTwilio提供 From 和 To 号码来拨打电话。 But the above call is happening via Twilio, I need to make a call via the internet ( App to App ).但是上面的电话是通过 Twilio 发生的,我需要通过互联网拨打电话( App to App )。 Is there any way to do this using Twilio?有没有办法使用 Twilio 做到这一点?

Also is there a way to send a voice clip if the call is not answered?如果电话无人接听,还有没有办法发送语音剪辑? And any way to list out all the voices?有什么办法可以列出所有的声音? I am able to list out SMS and call logs, but couldn't find a way to list the voices.我可以列出短信和通话记录,但找不到列出声音的方法。 I am using c# codes.我正在使用 c# 代码。

Twilio developer evangelist here. Twilio 开发人员布道师在这里。

If you want to make App to App calls then you want the Twilio Voice SDK .如果您想进行 App 到 App 调用,那么您需要Twilio Voice SDK I am afraid we don't provide an official Xamarin wrapper for this SDK, though there are community wrappers available that might help you.恐怕我们没有为此 SDK 提供官方 Xamarin 包装器,尽管有可用的社区包装器可能会对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM