问题标签 [sinch]
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.
sinch - Curl - 使用 sinch 进行语音通话超时
如何使用 sinch 拨打未接电话或超时电话。使用 curl 请求
在通话之前,我应该能够选择一个DID
我已经拥有的。
例子 :
上面显示了 SMS 的查询。这里我的问题是如何在响铃后使用 1 秒的时间拨打电话DID
timeout - Sinch 未接来电超时
未应答呼叫以“超时”状态结束之前的长度似乎是 45 秒。
这可以在 JS 或 Android api 的任何地方进行调整吗?
sms - 验证初始化失败:Sinch 后端请求失败,代码:40003 消息:无效号码
第一的。我住在韩国。
下载的sinch验证示例
并修改 application_key
并启动...
但
我发现了这个错误代码。
验证初始化失败:Sinch 后端请求失败,代码:40003 消息:无效号码。
请帮帮我!
python - 如何将经过验证的数字添加到 sinch 沙箱
我目前正在利用 Sinch SMS 发送基于事件的 SMS 通知,用于使用 sinchsms 在 python 中的 Web 应用程序。当我发送消息时,我收到此异常:
使用此堆栈跟踪:
我在 sinch 短信仪表板上看不到验证号码或注册号码的方法
sinch - Sinch 注销消息处理
当用户登录到他的帐户时,Sinch 在登录时发送该用户以前的所有消息。只收到新消息和未传递的消息,而不是以前的消息
notifications - Sinch didReceiveIncomingMessage:在初始化时调用不正确
如果用户在我的应用程序中收到 20 条消息,删除该应用程序,然后重新安装它,他们的应用程序图标上的通知徽章会在第一次打开应用程序后增加到 20。唯一增加徽章图标的时间是在我的 didReceiveIncomingMessage 中:一个 Sinch 方法,只应在客户端收到新的传入消息时调用。但是,安装后没有立即收到新消息,并且徽章图标读取为此用户收到的总消息,使我相信在初始化 sinch 客户端后,为该用户注册的消息似乎通过某种进程运行为每条消息调用 didReceiveIncomingMessage: 方法。我试图了解在 Sinch 客户端初始化期间发生了什么并研究了这个问题,但似乎没有出现任何问题。有任何想法吗?
java - 使用 Sinch 发送短信不起作用(Android)
我正在使用Sinch
并遵循本教程,他们有通过 Java 发送 SMS 的代码。但是,一旦我运行它,我就会得到一个FileNotFoundException error
和以下行:
{"errorCode":40100,"message":"Authorization required"}
我已按e.164
要求的格式输入电话号码,但无济于事。任何帮助都会很棒!
ios - 关于Sinch框架的IOS错误
我想做调用函数,我使用 Sinch.framework,但是当我将 Sinch.framework 添加到我的项目时遇到了这个错误。
如何修复此错误。
sinch - Android 通过 Sinch 推送通知,如何知道谁试图联系
遵循本教程后,我能够创建推送通知,但是当我单击通知时,它会打开消息传递应用程序,但我不知道是谁向我发送了消息,我想知道是否有办法知道是谁发送的,如果可能的话,消息的内容,如果我点击通知,它可以直接与那个人聊天。
要查看 GCM 发送的内容,我将以下内容添加到 gcmintentservice :
}
我得到的日志消息是:
E/message﹕Dumping Intent start
E/message:[来自=551512823036]
E/message:[android.support.content.wakelockid=2]
E/message:[collapse_key=do_not_collapse]
E/message﹕Dumping Intent end
但我看不到 sender_id
android - Sinch Android chatt app Bug
I'm working on Android chat app and everything was going fine. I've managed to add users to the parse database and display users on a friends fragment.
But then came Sinch. I added the SDK to my project as instructed on their website and added a service class which I've declared in the manifest like:
inside the application tag.
However I am experiencing a fatal error. The app runs fine until I run the service.
I run the service the moment the user logs in or registers successfully, also when already logged in. I think I have an idea of what's happening.
Something to do with:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.landagmail.josemaria.chatapp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]]
When creating the sinch client.
I think it has something to do with Android not finding some kind of library? A sinch one? (UnsatisfiedLinkError
)
Any help would be greatly appreciated =) Regards, Jose Maria Landa
Here's the output:
06-14 20:30:26.052 21498-21498/com.landagmail.josemaria.chatapp E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.landagmail.josemaria.chatapp, PID: 21498 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.landagmail.josemaria.chatapp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libsinch-android-rtc.so" at java.lang.Runtime.loadLibrary(Runtime.java:366) at java.lang.System.loadLibrary(System.java:989) at com.sinch.android.rtc.internal.client.DefaultSinchClient.(DefaultSinchClient.java:72) at com.sinch.android.rtc.internal.client.InternalSinchClientFactory.createSinchClient(InternalSinchClientFactory.java:17) at com.sinch.android.rtc.DefaultSinchClientBuilder.build(DefaultSinchClientBuilder.java:95) at com.landagmail.josemaria.chatapp.services.MessageService.startSinchClient(MessageService.java:45) at com.landagmail.josemaria.chatapp.services.MessageService.onStartCommand(MessageService.java:34) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2893) at android.app.ActivityThread.access$2200(ActivityThread.java:147) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1394) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)