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
0 answers

Sinch Web to iPhone Calling

I am working on an app in which i want to received the video call from web, iPhone to iPhone is working but web to iPhone is not working, getting this. I am using the sample code provided by sinch. Browser Chrome -> Version 83.0.4103.106 (Official…
Salman500
  • 1,213
  • 1
  • 17
  • 35
2
votes
0 answers

How to solve Sinch Invalid signature error in android

I am trying to join conference call using sinch's callout rest api but getting response 40102 invalid signature when call using retrofit. My code is.. val instant: Instant = Instant.now() val mainObject = JsonObject() …
Olance
  • 87
  • 1
  • 7
2
votes
1 answer

App does not connect audio to headphones Sinch App to App (Android)

I created App to App Android Sinch Application. When user on call without headphone its working on speaker but if user connect headphone its not automatically connecting to headphone instead of that i need to manually mute speaker and its connecting…
2
votes
2 answers

Sinch - Unable to establish call from web (javascript) to mobile app (android/iOS)

I am using Sinch for app to app calls. Integrated and created iOS and Android apps which are working perfectly fine. Now I am creating a web app to communicate with mobile apps. I am able to make call from mobile app to web app i.e. to Javascript I…
Salmaan
  • 3,543
  • 8
  • 33
  • 59
2
votes
1 answer

Memory Leak using Native C Sinch Client during Calling stage

I am developing an app that uses video calls using the Sinch SDK for Android. Everything works correctly except when a call is made and the remote user takes time to answer. If the remote user answers soon the video call is successful. But when the…
2
votes
2 answers

Sinch Android - IO exception while subscribing for data. IllegalStateException rethrown as IOException due to Android API change

I have successfully added Sinch to my android project, calls work well on my S3 Mini, however, I have an OPPO A83 Phone (Android 7.1.1) that is unable to establish a call and accept incoming calls. I checked the logs and android studio shows me…
Aaron
  • 41
  • 6
2
votes
0 answers

Sinch SDK with VoIP, PushKit, CallKit

I integrated Sinch sdk into my projects with VoIP, PushKit, CallKit. Everything is working fine. But when app is not running in device A and someone(Device B) is calling to it then sometimes in device A I am getting notification with text…
Kishan Vyas
  • 327
  • 1
  • 2
  • 15
2
votes
0 answers

Cannot find module "child_process"

I am trying to use sinch in ionic 3 project for phone verification, and I follow all the step, but I am facing the following error. Did anyone use sinch. I search about it, but could not find any solution. My code is import { Component } from…
2
votes
2 answers

How to hide "This tab is using your camera or microphone" after call ended

I'm using Sinch javascript SDK to build a browser to browser video calling app. When the video call is ended with a call to call.hangup(); in chrome (at least) the red camera icon is still visible with the message "This tab is using your camera or…
Jonny Leigh
  • 125
  • 2
  • 7
2
votes
0 answers

Sinch app Crash when Call Hangup method in background ios

I am using Sinch SDK for App To App audio/video calling. Below is the scenario in which my application is crash. I implement Interactive local notification to Answer and Decline from lock screen for incoming call. User A Call User B. User B's…
Bhavesh Patel
  • 596
  • 4
  • 17
2
votes
0 answers

Sinch IOS SDK + App crash when hangup Video call

I am integrating Sinch in my IOS Application for video calling, I am able to add it successfully and video call is coming and showing video too. But my issue is when I hang up the video call, My app is a crash which shows below messages: Error 1:…
Hindu
  • 2,894
  • 23
  • 41
2
votes
0 answers

How to add numbers to sinch sandbox?

I want to add another number in my sinch sandbox account. When I tried with another number to send an SMS I got the below response. { "errorCode":40303, "message":"Sandbox SMS only allowed to be sent to verified numbers.", …
Dhara Chauhan
  • 51
  • 1
  • 3
2
votes
0 answers

Why do I get a timeout error in Sinch?

I am trying to implement a video chat on my website. The user handling is done by my backend which creates a "signedUserTicket" and that ticket is then used to start the sinchClient. However when I try starting a call just after the message…
Chris
  • 6,093
  • 11
  • 42
  • 55
2
votes
0 answers

relayRemotePushNotificationPayload: method is not working in Sinch

Sometimes in my device, we are not able to initiated call. We are using Pushkit for Call Notification . So while other user call , we are getting notification through pushRegistry:didReceiveIncomingPushWithPayload:forType after getting sinch payload…
Avinay Kumar
  • 163
  • 2
  • 9
2
votes
1 answer

Making Simultaneous App-to-Phone Calls (Android)

We are developing a new app using the sinch voice api to make app-to-phone calls for Android. We’ve tried the sample project and everything works brilliant except that we can’t make simultaneous calls with the same app. We’ve installed the sample…
1 2
3
37 38