作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的应用程序中,我想集成 Twilio 聊天、语音和视频。现在我正在研究 Twilio voip。我已经使用此链接调用电话: https://www.ipragmatech.com/steps-make-call-android-twilio-voice/
但我的应用程序因这个错误而崩溃Logcat 错误:
Connecting call failed
java.lang.IllegalArgumentException: Account SID cannot be null when making a call
at com.twilio.client.impl.MakeCallCommand.<init>(MakeCallCommand.java:33)
at com.twilio.client.impl.CallControlManager.makeCall(CallControlManager.java:424)
at com.twilio.client.impl.InternalConnectionImpl.connect(InternalConnectionImpl.java:314)
at com.twilio.client.impl.DeviceImpl$2.onCompletion(DeviceImpl.java:338)
at com.twilio.client.impl.MediaManager.onPlayComplete(MediaManager.java:279)
at com.twilio.client.impl.sound.SoundPoolPlayThread.onPeriodicNotification(SoundPoolPlayThread.java:242)
at android.media.AudioTrack$NativePositionEventHandlerDelegate$1.handleMessage(AudioTrack.java:2410)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:179)
at android.app.ActivityThread.main(ActivityThread.java:5730)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:681)
我们如何获得语音的能力 token ?
最佳答案
这里是 Twilio 布道者。我有一个视频展示了如何使用 Twilio Functions 为 Twilio Video 生成功能 token ,这可能会让您更轻松一些。查看视频 here在它创建视频授权的地方,您可以使用 var grant = new VoiceGrant();
创建语音授权。
有关生成功能 token 的更多详细信息,请查看此处的文档:https://www.twilio.com/docs/iam/access-tokens
关于android - 如何为 voip 集成生成 Twilio 功能 token ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49774667/
我是一名优秀的程序员,十分优秀!