This document provides an overview for developers integrating with Sinch SDK for the first time. It outlines the prerequisites and guides you through the process of setting up and answering calls as well as sending and receiving instant messages.
Questions tagged [android-sinch-api]
88 questions
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
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
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
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
Can not get Headers for sinch incoming call when application is in close state for the first time only
I have following code in my SinchService.
@Override
public void onIncomingCall(CallClient callClient, Call call) {
Log.d("Size", "Size : " + call.getHeaders().size());
Log.d(TAG, "onIncomingCall: " + call.getCallId());
Intent…

Divyang Panchal
- 1,889
- 1
- 19
- 27
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
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…

Farhath Manaz
- 25
- 5
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
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…

Sharifullah Sharif
- 111
- 1
- 14
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…

António Valente
- 33
- 6
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
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
1
vote
2 answers
I'm trying to add the sinch library in my android studio project but error occured
I followed all the instuctions given in the setup link to setup I added that file to the lib folder but it's not working tell me what should I do.
Following is the build.gradle(:app)
plugins {
id 'com.android.application'
id…

A_37_Abhishek Shelar
- 13
- 3
1
vote
1 answer
Sinch VideoCaptureThread problem with camera "1" on android 9
I'm making a small app, I use sinch for video calling and it works fine on android 8.1 and lower. But on android 9, my app crash when I make a video call. and this is the error:
2019-02-11 11:36:56.895 1638-2821/? E/AndroidRuntime: FATAL EXCEPTION:…

Trần Quốc Trung
- 135
- 1
- 2
- 9