sinch

Java Sha1 in PHP

不问归期 提交于 2021-02-07 11:11:33
问题 How to get the this Java SHA1 Result in PHP ? // Generating the Signature - Java // import java.security.MessageDigest; // import org.apache.commons.codec.binary.Base64; String userId; String applicationKey; // E.g. "196087a1-e815-4bc4-8984-60d8d8a43f1d"; String applicationSecret; // E.g. "oYdgGRXoxEuJhGDY2KQ/HQ=="; long sequence; // fetch and increment last used sequence String toSign = userId + applicationKey + sequence + applicationSecret; MessageDigest messageDigest = MessageDigest

Sinch Answered Call Event Callback (ACE) not called

拜拜、爱过 提交于 2020-04-18 06:12:10
问题 I have added a Callback in Sinch portal to handle app to app calls via our server. When a call reaches the Sinch platform, the system makes a POST request to our server's calling callback URL i.e. Incoming Call Event Callback (ICE) called. In response to ICE event our server response it as { "instructions": [], "action": { "name": "connectMXP" } } and callee receive incoming call notification. When Callee pick-up call the call get connected but it doesn't request to our server's callback URL,

Sinch CallBack API : Hangup in ICE event

自闭症网瘾萝莉.ら 提交于 2020-04-16 12:45:05
问题 I had place call between two Android devices which is running successfully. Now I want to implement Callback Rest API because of some server side decision before place call. As given in this image, ICE event fire and developer backend respond SVAML response. Now I want to simply Hangup Call , for this I had done following code : [System.Web.Http.HttpPost] public SvamletModel MakeCall(CallbackEventModel model) { var sinch = SinchFactory.CreateCallbackResponseFactory(Locale.EnUs); var reader =

Integrating real-time messaging in android app

旧街凉风 提交于 2020-01-17 07:53:22
问题 I have been searching for a while as to what could be the best option to integrate real-time messaging in my app. I have read about a number of available chat APIs like Sinch, Applozic, Quickblox, SendBird, etc. What I am confused about is that since I am using Firebase Auth for user authentication, can I use these available API along with Firebase Auth??? I know I can even use Firebase to create IM feature but I would prefer to use third party IM APIs as it will save time. Note: I am using

How to add a validated number to sinch sandbox

℡╲_俬逩灬. 提交于 2020-01-15 08:04:40
问题 I am currently leveraging Sinch SMS to send SMS notifications based on events for a web application in python using sinchsms. When I send a message I get this exception: HTTP Error 403: Sandobx SMS only allowed to be sent to verified numbers. With this stacktrace: File "/usr/local/lib/python2.7/site-packages/sinchsms.py", line 79, in send_message return self._request(self.SEND_SMS_URL + to_number, values) File "/usr/local/lib/python2.7/site-packages/sinchsms.py", line 40, in _request

No Such Module “Sinch” Xcode 9.1 Swift 4

*爱你&永不变心* 提交于 2020-01-11 12:01:26
问题 This question may be duplicate of this "Sinch Integration in swift project" But i am doing all these steps But getting same error " No such module 'Sinch'. Below steps i have followed please check and let me know if i missed any steps or need to add?? I have Added this in my podfile: pod 'SinchRTC' Pod installed successfully with no warning: Added this in Bridge-Header file: #import<Sinch/Sinch.h> Note: Update pod more then 10 times and restarted xcode multiple times. 回答1: I have done same

No Such Module “Sinch” Xcode 9.1 Swift 4

橙三吉。 提交于 2020-01-11 12:01:13
问题 This question may be duplicate of this "Sinch Integration in swift project" But i am doing all these steps But getting same error " No such module 'Sinch'. Below steps i have followed please check and let me know if i missed any steps or need to add?? I have Added this in my podfile: pod 'SinchRTC' Pod installed successfully with no warning: Added this in Bridge-Header file: #import<Sinch/Sinch.h> Note: Update pod more then 10 times and restarted xcode multiple times. 回答1: I have done same

Unable to instantiate Sinch client- NullPointerException Error

北慕城南 提交于 2020-01-07 02:37:07
问题 I am using a Sinch tutorial(https://github.com/sinch/android-app-app-calling-headers) as a framework for an app I am trying to develop. The following is the login class from the tutorial which I have updated and been successful in initializing the sinch client. public class LoginActivity extends BaseActivity implements SinchService.StartFailedListener { private Button mLoginButton; private EditText mLoginName; private static final int REQUEST_PERMISSION = 10; @Override protected void onCreate

SINCH setSupportManagedPush(true) is not working

a 夏天 提交于 2019-12-25 15:59:09
问题 I have been using SINCH SDK's VOICE Calling feature for my project and it was working fine before until I update my google play service dependency. I update it from ' com.google.android.gms:play-services-gcm:10.0.1 ' to ' com.google.android.gms:play-services-gcm:10.2.6 ' and it has started giving me error. If I use the older version then it is working fine. But I have to update it to make it compatible with latest firebase dependencies of version 10.2.6 Here is my crash report. 05-25 14:21:44

Sinch : Get an event for no internet connection while on going voice call

会有一股神秘感。 提交于 2019-12-25 04:04:28
问题 I am working on voice call application using sinch sdk. Calling functionality works perfect! but, I didn't get any event on caller side if callee's internet connection disconnect while ongoing voice call. I found following log in logcat when other end internet connection disconnect. but unable locate it as they are from sinch SDK W/sinch-android-rtc: webrtc: (rtp_rtcp_impl.cc:167): Process: Timeout: No RTCP RR received. W/sinch-android-rtc: webrtc: (rtp_rtcp_impl.cc:169): Process: Timeout: No