问题标签 [twilio-click-to-call]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
612 浏览

node.js - Twilio:在加入电话会议时触发事件。

我正在做一个项目,在该项目中我使用 Twilio api 进行电话会议。我已经成功集成了会议功能,并且我们工作正常。现在的问题是:

每当有任何新用户加入或离开会议时,我都需要触发一些事件。我无法找到执行此操作的方法。任何人都可以建议我实现这一目标的方式或任何文档链接。

谢谢。

0 投票
0 回答
65 浏览

java - Twilio 图书馆突然停止给我打电话给 Sid

我正在使用 twilio android sdk 进行调用..它工作正常..但我现在遇到了一个非常奇怪的问题

一旦 onConnected 方法被触发,我就使用以下代码来获取调用 sid.. 调用工作正常.. 但是我通过它获取调用 sid 的这个特定代码突然停止工作!这之前工作正常......请帮助某人!

0 投票
1 回答
132 浏览

php - 修改实时通话会断开通话

我正在使用 twilio php 库来实现调用..我正在解决一个问题..问题是..我正在使用以下代码将调用重定向到特定的 url

重定向后,我让机器使用以下代码说出特定文本

但问题是,在说出短信之后..通话在两端都断开了..我希望在此之后通话也应该继续......请帮我解决这个问题!

0 投票
1 回答
464 浏览

android - 将调用重定向回原始 url twilio

我正在使用 Twilio php 库来实现调用..我正在解决一个问题..问题是..我正在使用以下代码将调用重定向到特定的 url

重定向后,我告诉机器使用以下代码说出特定文本

问题是,在说出文本之后..调用断开连接,因为在<Say>关键字之后没有更多的 TwiML 可以执行..我希望调用在此之后返回到以前的状态,但我无法找到如何实现这个..请帮我解决这个..

0 投票
0 回答
57 浏览

wordpress - 如何验证twilio帐户中的号码?

我是 twilio 的新手。我无法验证号码,但我的帐户中有资金并使用插件 ACT Click2Call。谁能帮我验证一下那边的号码吗?这样我就可以在插件设置中添加呼出号码?

0 投票
1 回答
805 浏览

ruby-on-rails-4 - 获取未初始化的常量 Twilio::REST::RequestError

自从我升级到:

调用成功设置为 Twilio,但出现了一些错误

获取当前通话状态的代码:

请帮忙弄清楚。

谢谢!

0 投票
1 回答
2858 浏览

twilio - Twilio 呼叫说发生了应用程序错误

我使用此命令拨打电话。我在 amazon s3 中托管了 xml 并将其公开。电话说:“对不起,发生了应用程序错误。请帮助

这是 XML

这是调试器中的错误

0 投票
1 回答
276 浏览

android - 使用 twilio https://www.twilio.com/ Android App To App Calling 是可能的吗?

使用 twilio [ https://www.twilio.com/] Android VoIP 应用程序到应用程序呼叫是可能的?

比如“Whats app 通话”、“Ringo 通话”、“Tango 通话”

如果 VoIP 呼叫应用程序到应用程序的其他选项,请告诉我,我已经使用 Sinch 应用程序到应用程序https://www.sinch.com

提前感谢

0 投票
1 回答
681 浏览

android - Twilio 应用程序到应用程序在 Android 中关闭或终止应用程序时调用?

我已经完成了从 twilio 客户端 SDK 到应用程序调用的所有注册步骤,并且我已经成功地与两台设备建立了通话。我对 twilio 客户端 SDK 与我们的服务器设置集成感到满意。

成功连接后,请参阅下面的日志。

来电时请参阅下面的日志(应用程序处于打开/运行状态)

一切正常,现在我需要有关如何在 My Bellow Case 中管理应用程序到应用程序调用的帮助:

  1. 当应用程序关闭时。
  2. 当应用程序被杀死时。
  3. 令牌过期时。

先谢谢了。

0 投票
1 回答
2023 浏览

ios - Can we handle incoming call using VOIP push for twilio client?

I have develop VOIP call functionality using TWilio Client iOS SDK. I get success to App to App call between two user. I have three case for App to App call.

Case 1 : User 1 and User 2. User 1 have a active app and User 2 have also active app. In this case I have successful establish call between them.

Case 2 : User 1 and User 2. User 1 have a active app and User 2 have Inactive app(Background app mean minimize app). I have an implement local notification in this case and i get local notification.

Case 3 : User 1 and User 2. User a have a active app and User 2 have a suspended app (App is kill). For this case i have implement voip push notification. User 2 get voip push notification. When user 2 click on push notification nothing happen. Call is not establish.

I have manage twilio client token and also ask user to accept , reject and ignore call.

I have message from twilio that use below link : https://www.twilio.com/help/faq/twilio-client/twilio-client-ios-sdk-background-best-practices

I follow all step as mention in doc. But call is not establish after app is suspended (App is kill). How twilio client is listen current user when app is kill. How can we establish call ? many many question are in my mind.

I post question previously in stack Can we do VOIP push notification using Twilio iOS SDK?

How can i resume twilio device connection when app is open from push notification?

I also contact twilio developer but nothing happen.

Please please help me as soon as possible.