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

Full Screen Call Push Notification - iOS

I would like to implement a full screen push notification in iOS (Something like WhatsApp's when a user calls another user in iOS) Currently I notification that pops up on the top toolbar, its small and can be swiped. I would rather have it where…
Bhavik P.
  • 905
  • 3
  • 10
  • 28
2
votes
1 answer

sinch verification method not showing in swift 3.0 and xcode 8.0

We are using sinch verification by pods with swift 3.0 and xcode 8.0 . I want to call initiate() and verifyCode() methods but compiler show value of type SINVerification? has no member I have import import SinchVerificationand written below code :-…
Vinod Kumar
  • 3,375
  • 1
  • 17
  • 35
2
votes
3 answers

Sinch - callDidEstablish is not getting called on Lock screen while answering call from CallKit

Sinch - callDidEstablish is not getting called on Lock screen while answering call from CallKit. I have integrated CallKit but answering call from Lock screen sinch call delegate method is not getting called to establish call. I also went through…
Avinay Kumar
  • 163
  • 2
  • 9
2
votes
1 answer

Proguard in release mode

I am installing app through studio I guess that's instant run I guess my code is not shrinking since my apk is still 16.1 MB large and nothing in it except sinch library.. buildTypes { release { shrinkResources true …
SamH67
  • 319
  • 1
  • 4
  • 14
2
votes
1 answer

Send SMS From application to mobile using Sinch

I am writing a code to send sms from my application using sinch. When I run this code I am getting error 403.My code is : try { String phoneNumber = "Mobile Number"; String appKey = "Key"; String appSecret =…
Kunal Gadhia
  • 350
  • 2
  • 14
2
votes
1 answer

Sinch Video Chat - Remote Video Issue

I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it…
S.Khan
  • 71
  • 1
  • 7
2
votes
1 answer

How to check if user Declines call in Sinch

I'm trying to call using Sinch API. When I call, I need to check if user Decline the call. For example: I'm device A and calling to Device B if device B declines my call, I can handle it and report to device A. Thanks in Advance
Mustafa Mohammadi
  • 1,433
  • 1
  • 12
  • 25
2
votes
1 answer

Sinch Charges for App to App call

Will SINCH charge for communication from both parties (Caller and Recipient)? As I can see that if i perform app to app call usin SINCH then my minutes are being deducted from caller and recipient both the parties. I am aware that sinch allows for…
Jigar
  • 791
  • 11
  • 21
2
votes
0 answers

User Call Report API gives incorrect results

I am trying to use the User Call Report API from Sinch's Reporting API (from Voice REST API). Unfortunately, the response give by User Call Report API is incorrect (it indicates no calls when calls did happen). Specifically, I am accessing the…
Dan
  • 19
  • 3
2
votes
1 answer

Can't enable managed push as this depends on GCM, which is not available on this device

I have one phone on Android 4.4.4, when I start the sinch client I get: Can't enable managed push as this depends on GCM, which is not available on this device. from the mSinchClient.setSupportManagedPush(true);. It works on another Android which…
user1799774
  • 65
  • 2
  • 5
2
votes
1 answer

Sinch VoIP ManagedPush Notifications Not Working (Swift)

I have been trying to implement VoIP ManagedPush notifications however they aren't working. The following are the steps I have taken to implement ManagedPush: 1) Created a VoIP Services Certificate in Apple Developer. Uploaded a .p12 file of the…
Bhavik P.
  • 905
  • 3
  • 10
  • 28
2
votes
0 answers

Sinch call hangup not working in onDestroy()

I am working on sinch app to app call API, have integrated incoming and outgoing call screen. My issue is, if call is ongoing and user removes application from backgroud, what will happen? to overcome this issue, i have written call.hangup() in…
Ravi
  • 34,851
  • 21
  • 122
  • 183
2
votes
0 answers

sinch incoming call ringtone

Alarm manager Ringtone is working fine on kitkat but when i try it on Lollipop/Marshmallow it not working on sinch incoming call. I tried it with default ringtone and customized ringtone as well but its not ringing on version greater then…
Naeem Ibrahim
  • 3,375
  • 1
  • 21
  • 21
2
votes
2 answers

How to Detect incoming VOIP calls with Sinch provider when app is offline

I am using sinch for VOIP calls. I need to know how to detect incoming calls when my app is offline or the process is killed. It can be done through background service but cannot understand how to build such service and which method can be used.
Akshay Mahale
  • 63
  • 1
  • 7
2
votes
1 answer

How to register with sinch for VoIP in swift project

I am stuck in a place where i need to declare the following code of line in swift - how to declare id client; I am having hard time to find a code how to register with sinch in swift , so guys help me out
Mandeep Kumar
  • 776
  • 4
  • 18