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
3
votes
1 answer

Sinch push notifications are not turning on after unregistering devicetoken

I am having one feature in application via which user can stop receiving notifications from sinch. But after turning off notification when i try to make it on user still not getting notifications for chat messages I use following function for…
Jigar Thakkar
  • 6,834
  • 2
  • 17
  • 15
3
votes
2 answers

Incoming Call Number is not showing Using Sinch Client to Call in iOS

Thanks in advance. I am developing one app in iOS.But have one Problem. I am using SINCH CLIENT to make phone call from app to phone.But facing one problem when make call to other number on that device not showing actual number. and Showing incoming…
3
votes
2 answers

Android sinch full screen issue

How do I set the remote view of sinch to full screen in Android. I have try VideoController.setResizeBehaviour,but it doesn't work.
maulik
  • 150
  • 9
3
votes
0 answers

How to remove uploaded APNS Certificates from the Sinch App Dashboard?

We are developing calling app using Sinch Sdk. I want to remove the uploaded APNS certificate from App created in Sinch Dashboard. I am not finding any way to remove existing uploaded certificate from it. NOTE ::- Now sinch have provided "Remove"…
Avinay Kumar
  • 163
  • 2
  • 9
3
votes
1 answer

Sinch video calling example issue

I have try a sinch video calling example in my project but , I can't understand what is CALL_ID in sinchservice class in sinch video calling example.
Pravin Suthar
  • 1,403
  • 1
  • 14
  • 25
3
votes
1 answer

Sinch Conference Call Android

I have searched about making a conference call using Sinch Android SDK but unable to find any working example. I found one link, but there is no solution mentioned. According to the documentation…
Yasir Tahir
  • 790
  • 1
  • 11
  • 31
3
votes
1 answer

Testing conference call on Android

I'm trying to set up a conference call using the sample app. Basically what I did was replace the mSinchClient.getCallClient().callUser(userId) directive with mSinchClient.getCallClient().callConference(confId) in the SinchService.java file. I…
3
votes
1 answer

Sinch SMS verification SINVerificationErrorDomain Code=3

id verification = [SINVerification SMSVerificationWithApplicationKey:SINCH_Key phoneNumber:phoneNumber]; [verification initiateWithCompletionHandler:^(BOOL success, NSError *error) { if (success) { NSLog(@"sucess"); …
ViciV
  • 303
  • 2
  • 11
3
votes
0 answers

Enabling speaker doesn't work

so far, I have been able to enable the speaker while using Sinch. I'm not sure if this is a bug or if I am doing something wrong. I have had this issue on both an iPhone 5S and iPhone 6. Here is the code I have been using: - (void)speaker { id…
ferris
  • 989
  • 9
  • 18
3
votes
1 answer

Sinch SDK - do not receive old messages

On each logout and then login in of particular user in Sinch SDK I receive old messages directed to that user (also it calls "send" callback with old messages that were send on previous "session"). Is there way to add time-to-live frame for each…
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
3
votes
1 answer

What firewall ports do I need to open to allow Sinch and WebRTC to work?

Sinch has been working just great over the internet and various NATed networks. But I've just tried the device behind an enterprise firewall, and suddenly we can't make calls. More specifically devices can call each other, but the moment…
Rob Holmes
  • 3,768
  • 1
  • 16
  • 19
3
votes
1 answer

Android Sinch SDK disable history

Android Sinch SDK returns chat history, but I don't need it because I'm getting data from api, is there any way to disable history in sinch? I've searched for the answer in sinch docs and samples, but didn't find it.
Nik Myers
  • 1,843
  • 19
  • 28
3
votes
1 answer

Sinch authentication by application server issue

I am trying to change our client app (Android) authentication method from the simple ApiKey + Secret authentication to the more advanced authentication supported by application server. The Sinch documentation tells you to remove the Secret from your…
Peter
  • 186
  • 1
  • 10
2
votes
1 answer

How to programmatically change the volume on call using the Sinch SDK?

At the moment, when I call and try to change the volume with UI elements, I only see the UI change, the volume slider change, but not the device volume. The volume is static. For volume changing I'm using MPVolumeView static func…
2
votes
0 answers

javax.net.ssl.SSLHandshakeException: sinch voice call

I'm making an app where i want to add voice call function using SINCH . First 2 days it works fine but now it is not working , when i run the code android studio show the following error : javax.net.ssl.SSLHandshakeException: SSL handshake aborted:…
1
2
3
37 38