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

Sinch API in an Angular 2 project times out on onCallProgressing

We implemented Sinch in an angular 2 web application. Everything works fine, except when I try to call a user using the sinch phone demo. When the app is running in the foreground it will ring and the connection is made. When the app is running in…
dennismuijs
  • 1,215
  • 1
  • 11
  • 24
8
votes
1 answer

Sinch: Call from Web getting 'HUNG_UP' automatically

I am trying to integrate Sinch in one of our projects. I am trying to call from WEB to ANDROID app.. The connection is getting successfully established. But no video is displayed and also call is getting disconnected automatically in 9 to 10…
Chaitanya
  • 331
  • 2
  • 17
6
votes
1 answer

Pushkit with Sinch VOIP not working with pushkit

I am trying to implement App-to-App calling with Sinch in my IOS app. I have implemented Pushkit in my iOS app with Sinch but the push notification is not working when the app is in background. I have two questions. Do I need another web service…
Achilles
  • 250
  • 5
  • 13
5
votes
1 answer

Sinch Call Recording Android

Can anyone please inform me that How to record the call either placed with callUser or callConference method in Sinch Android? The documents say contact us for recording but I haven't got any concrete solution regarding this as tried to contact but…
Yasir Tahir
  • 790
  • 1
  • 11
  • 31
5
votes
1 answer

Sinch SDK - How to logout user?

I'm using Sinch SDK for instant messaging. How to logout user? I have button to logout user, but can't implement that feature in Sinch SDK. Neither their docs or samples describe such feature.
Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47
4
votes
2 answers

CallKit "call failed screen" appears

When call is disconnected by receiver(after receiving the call) than call failed screen appears, I don't want this screen to be displayed. All my delegate methods are working. How can I make a successful call? What cause the call to be failed?
4
votes
1 answer

Android Sinch Video Call can't switch camera and resume videocontroller

I am developing Android Video call using Sinch and I've follow the Sinch tutorials and samples. Most of them are working fine, but I encountered 2 problems that I have no idea how to solve it. 1) I can't resume the video rendering. Scenario: When I…
Invalid Name
  • 121
  • 1
  • 5
4
votes
2 answers

Sinch video call hangup crash android

Do you have any idea regarding this problem:when I dismiss a video call received, the app crashes, giving me this error: 11-13 16:59:00.341 6531-6531/appPackage E/SinchVideoService﹕ stop 11-13 16:59:00.341 6531-6531/appPackage D/SinchClient﹕…
Alina
  • 142
  • 2
  • 13
4
votes
3 answers

Sinch Calls App-App doesn't work. reason: UserNotFound

I'm developing an App with Calls using Sinch. My Users Ids are numbers. I am trying to call through my App to user with the Id 7 but this is the response that I got from Sinch SDK: sinch-android-rtc﹕ Error(code: 4000, domain: api, message: …
4
votes
1 answer

Sinch unanswered call timeout

The length before an unanswered call ends with the "timeout" state seems to be 45 seconds. Can this be adjusted anywhere within the JS or Android api?
Rob Holmes
  • 3,768
  • 1
  • 16
  • 19
4
votes
1 answer

how sinch callback works

i want a create a android paid calling app using sinch. sinch includes a callback API to get details of call. i wanted to use this but no idea how to. i read the documentation. but it is not enough my question is, what are the requests to the…
haseeb
  • 682
  • 5
  • 16
4
votes
1 answer

Send a SMS using Sinch (Android)

I am trying to send an SMS using Sinch but I am getting 404 and 500 errors from the server. I read Sinch documentation and my code matches the examples. Is there something missing? You can see my code below. It crashes when I'm trying to read the…
3
votes
0 answers

iOS Sinch VoIP Push Notification failed

I am using Sinch for my iOS app's call feature. App is working fine when app is in foreground but not working when app is in background or closed. I am using CallKit + SinchManagedPush together. I was able to get CallKit screen when app is closed…
gstream
  • 525
  • 6
  • 18
3
votes
1 answer

java.lang.IllegalStateException: SinchClient not started

I am following the tutorial (https://www.sinch.com/tutorials/android-app-to-app-voip-tutorial/) to develop an Android app-to-app voice calling feature. Please let me know suggestions to fix this. Thanks Siddharth Scenario Details For calling side…
Sid
  • 31
  • 2
3
votes
2 answers

Sinch: How to dismiss Apple CallKit UI from the callee's lock screen

On an app to app call with using SinchCallKit demo app that is provided in the latest version (3.12), if the caller hangs up an ongoing call by calling [SINCall hangup] before the callee answers, the CallKit UI won't be removed from the callee's…
aytek
  • 1,842
  • 24
  • 32
1
2 3
37 38