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
1
vote
3 answers
Sinch Audio and Video Calling in Android
I am trying to use sinch audio and video calling in android but problem is that how to check that the incoming call is audio or video . I am using shared preference for that purpose.Video to video call works fine on both side and when incoming call…

Arslan Maqbool
- 519
- 1
- 7
- 21
1
vote
1 answer
Fatal signal 6 (SIGABRT) Sinch API
i just updated my Android App to the last version of Sinch API. The new version is 3.9.9.
When i used the version 3.9.8 i could call perfectlly, but when i upgraded, its stops to work.
This error Fatal signal 6 (SIGABRT) shows when i try to start a…

Matheus Del Valle
- 21
- 2
1
vote
1 answer
Receiving incoming call in push notification using sinch SDK Android
I am new to android development. I am using sinch services to make call from app to app. I am following this tutorial https://github.com/sinch/android-app-app-calling-headers
I am able to deliver notification from CallScreenActivity's…

yousaf iqbal
- 11
- 1
- 3
1
vote
0 answers
App to phone call using Sinch Rest Api
I am using sinch rest api for phone calling everthing is working fine and my problem is how to change the audio (wav) file the default file is mentioned in text:http://www.thehotline.co/content/prompts/v2/1greeting_b.wav
but if i change the audio…

mathi
- 107
- 1
- 11
1
vote
1 answer
A Conference Calling App
I was working on a VOIP app two days ago and was successful in implementing a normal App to App calling using Sinch. The app is working fine. When I started I saw in their docs that they supported Conference Calling.
Now upon detailed analysis I…

Tyson
- 747
- 2
- 6
- 18
1
vote
1 answer
Sinch Android Push Notification Failed
Have any of you guys seen this issue before ?
I am facing this right now repeatedly.
08-16 22:30:26.155 6238-6911/com.abc W/sinch-android-rtc: push: api request to send
push notifications failed:Error(code: 4000, domain: api, message: PushFailed…

ATO
- 574
- 4
- 14
1
vote
0 answers
How to disable sinch chat history?
How to disable sinch chat history? It shows when we uninstall and reinstall the app. I think it shows all the chats for the past 30 days. I want to remove them.
1
vote
0 answers
7 "Faulted" messages. Undelivered
registered and verified my number [Nigeria] with sinch but all attempts to test the rest api (in sandbox mode) by sending a message to my verified phone number as been a failure (sent but never delivered).
Do you have a problem with Nigeria…

Ojo Akintade Samson
- 55
- 4
1
vote
2 answers
Sinch Not Running in background no way (Android)
Good day.I am using sinch for audio calling.I dont know what to do and there are no clear docs of sinch (which is very frastruating) which would give me any idea on how to keep the sinch client running in background to listen for incoming calls in…

Jean Allen
- 63
- 3
- 14
1
vote
1 answer
Sinch Crashing on login
I moved to new Google Firebase SDK and now Sinch crashes as soon as we login.
07-18 22:29:24.810 20953-22666/com.ontymevalet D/Error: ERR:
stack=java.lang.RuntimeException: An error occured while executing
doInBackground()
…

ATO
- 574
- 4
- 14
1
vote
0 answers
SINCH :: Session Management for App to App Call
I am developing an app with SINCH Platform for VOIP feature.
I am performing an app to app call.
I am aware that if Callback URL of application Server is set on SINCH Dashboard then it will not trigger DICE (Disconnect Call Event callback) [refer…

Jigar
- 791
- 11
- 21
1
vote
0 answers
Sinch instant messaging: synchronising messages across devices with differing clocks
Using the sinch instant messaging for android, how to sync so that messages appear in the correct order, if two devices have different clocks?
When I read the docs for Message#getTimestamp(), they state that it "returns the server side timestamp of…

aom
- 21
- 4
1
vote
3 answers
How to generate Application Signed Request for sinch user call report API
I want to get user call report from sinch, for that i need to generate application signed request.
https://www.sinch.com/docs/voice/rest/#UserCallReport
I can not find demo to generate application signed request for android in documentation.
I am…

Divyang Panchal
- 1,889
- 1
- 19
- 27
1
vote
1 answer
Sinch verification not working with UK number
I have implemented SinchVerification, here is my code
Config config = SinchVerification.config().applicationKey(getResources().getString(R.string.sinch_app_key)).context(getApplicationContext()).build();
final Verification verification =…

Ravi
- 34,851
- 21
- 122
- 183
1
vote
1 answer
How can i use phone to phone call feature using sinch sdk
I have implemented app to app calling & app to phone calling using but
How can i use phone to phone call feature using sinch sdk. I have seen this feature in REBTEL app as local call setting. i can not find any tutorial related to this on sinch…

Divyang Panchal
- 1,889
- 1
- 19
- 27