Questions tagged [sinch]

Use the Sinch SDKs and APIs to enhance your app with Voice, SMS, Verification, and Instant Messaging.

The Sinch SDK is available for iOS, Android, JavaScript, and REST APIs

562 questions
-1
votes
1 answer

Sinch Video Chat PHP Authentication

I have downloaded sinch video chat system,it looks promising I have a PHP/MySQL system, in place with authenticated users, what I want is to bypass the sinch built in login/create user system and enable the user which i already forced to sign in to…
-1
votes
1 answer

Is anyone using Sinch SMS for verification? I can't seem to get any sms on phone.

I just signed up for sinch and right away i was offered $2 credit( use for testing). I put my number and hit submit( but never received any sms) I even downloaded their javascript example app in which I tried to send verification code after adding…
jasan
  • 11,475
  • 22
  • 57
  • 97
-1
votes
2 answers

Sinch Libarary Increasing Size of Android APK

Inclusion of Sinch Library in Existing Android App , increases size of final apk. We found it is the .so file that are very large and contributing to increased size of apk. Please provide a way if some one knows through which size of .so can be…
Relsell
  • 771
  • 6
  • 18
-1
votes
1 answer

Is there a way to attach some arbitary data to a Sinch call?

I'm trying to get Sinch to get work with an app that we're making. I was wondering if there is a way to attach some miscellaneous data to the call and have it delivered to the callee? The attached data will be user specific information such as Name,…
2hamed
  • 8,719
  • 13
  • 69
  • 112
-1
votes
2 answers

Could not cast value of type SINMessage to ChatMessage (Swift)

Currently trying to bridge the Sinch SDK into my Swift app and I'm running across the following error: "Could not cast value of type 'SINMessageRebRTCImpl'" to 'ChatMessage'" 1) The type SINMessageRebTyCImpl is created in the following function…
user5208470
  • 91
  • 1
  • 8
-1
votes
2 answers

sinch messaging APi Recieving duplicate messages

I am using the sinch.com's service for instant messaging but I recieve old messages anytime a user logs in or reinstall the app. actually those messages have already been retrieved from their servers.. according to their documentation the…
-1
votes
1 answer

throw exception sinch java.lang.NoClassDefFoundError

I was trying to run the sample code from the sdk but I got the java.lang.NoClassDefFoundError, at the line: sinchClient = Sinch.getSinchClientBuilder() .context(this) .userId("a") .applicationKey("key") …
-1
votes
1 answer

Sinch app to phone call pricing from user network provider directly

I'm developing a messaging application using sinch SDK and I want to use their app to phone calling option but it needs me to put some money in my account at sinch for pricing but instead I want to take the price of the call directly from the user…
Kareem Essam Gaber
  • 643
  • 1
  • 6
  • 16
-1
votes
1 answer

How can I create a group call?

Our team is looking to use Sinch in an ongoing project, however we can't find anything on group VoIP. Is this currently supported or planned?
Jake Klassen
  • 111
  • 9
-1
votes
1 answer

Sinch Android SDK with Parse SDK

i am currently using Parse SDK for user registration and authentication. It is working correctly but it shows every user in the parse datastore. How can i create separate userlist for each user? Can i implement WhatsApp like registration feature on…
-2
votes
1 answer

Sinch SDK - iOS app does not receive immediate callback when callee reject the call

I integrated Sinch SDK into iOS application (Capacity plugin which works under ionic). Main use case so far is to make call from App to phone. I followed instructions from here:…
lwalukie
  • 89
  • 1
  • 10
-2
votes
1 answer

Java Sha1 in PHP

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.…
ostrichegret
  • 179
  • 2
  • 12
-2
votes
1 answer

Sinch android group message not work

In your website mention 1-1 and group message feature but in API we didnt see that one. so can you please guide us. is there any multi media feature in chat ?
-2
votes
1 answer

Can I send sms using Sinch with Squarespace, which does not give access to server side code

I need to send SMS using Sinch from a Squarespace app, which does not provide access to server side code. I am wondering if their JavaScript SDK can do it, but I can't seem to figure out any help of this. Has anyone does this before.
dev_7
  • 45
  • 1
  • 4
-2
votes
1 answer

IOS error about Sinch framework

I want to do call function and I use Sinch.framework, but I had met this error when I add Sinch.framework to my project. How to fix this error.
1 2 3
37
38