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
0 answers
SinchClient used for voip integration
I am using the SinchClient for Voip integration in my audio device.
I have Created the VOIPClient.Java is like below.
public class VOIPClient {
private static final String TAG = "VOIPClient";
private SinchClient mSinch = null;
private TTSHelper…

AngelJanniee
- 613
- 1
- 11
- 30
1
vote
1 answer
Trying to integrate the Sinch API for Voip getting exception
I am trying to integrate the Sinch API in android .
My VOIPClient. Java is like this
public class VOIPClient {
private static final String TAG = "VOIPClient";
private SinchClient mSinch;
private TTSHelper mTTS;
private Call mCurrentCall;
private…

AngelJanniee
- 613
- 1
- 11
- 30
1
vote
1 answer
Sinch Arabic Message
I need to send SMS using Sinch API with Arabic text. My SMS message contains- English, Arabic and Numerical number.
What I tried
I have read documentation for Sinch but they didn't provide any
detailed documentation regarding how to use UTF-16BE…

Avtar Guleria
- 2,126
- 3
- 21
- 33
1
vote
0 answers
App to app video calling for android
I tried Pubnub API but it does not work since they updated the API but did not update their documentation. I have also tried using Sinch SDK, and followed the
tutorial :
https://www.simplifiedcoding.net/video-call-android-tutorial/#
I loved the…

Rishabh Bhutani
- 11
- 1
1
vote
2 answers
Sinch FCM based push notification
While implementing app-app calling with Sinch, I need to integrate push notification using firebase cloud messaging(FCM). As there is no doc available so I followed the same process like GCM but when I called…

Salman khan
- 1,135
- 10
- 17
1
vote
1 answer
sinch crash when loading the library
I am trying to integrate sinch sdk in my app, I was using it before for audio calls as jar files with no problem
no I am trying to implement video chat and trying to integrate .aar file
I am getting this crash when the app start
Failed to…

Amira Elsayed Ismail
- 9,216
- 30
- 92
- 175
1
vote
1 answer
Adding Mobile to Sinch Conference Call
I'm using Sinch API for implementing Conference Call in my Android App. I need to create Conference Room, then add one SinchClient and one mobile/landline to that conference.
I searched a lot and some answered to use ConferenceCallout restapi, but I…

Mustafa Mohammadi
- 1,433
- 1
- 12
- 25
1
vote
2 answers
400 Error when calling Sinch REST API
I am using Sinch to create an app in android and some of the functionalities that I need can only be implemented by calling their REST API. I want to mute a particular user, for that I have written the code like this
String userName =…

Tyson
- 747
- 2
- 6
- 18
1
vote
1 answer
Sinch Verification API resending same code
My development team are using the JavaScript Sinch Verification method for verifying Mobile numbers.
The iOS app calls the server to request a Sinch Verification code to be sent via SMS.
On the initial request for a verification code, a code is…

kontact00
- 11
- 1
1
vote
3 answers
Unable to initiate Sinch call: MissingPermissionException (I definitely have the permission)
I've used the Sinch SDK to build a test app that implements basic app-to-app calling, and everything worked perfectly.
I'm now trying to move that work over into a more polished/full featured app but I keep getting an exception when I try to…

Mihai
- 296
- 2
- 12
1
vote
0 answers
Sinch voice call stop working suddenly
I have integrated sinch sdk with my application after test sample push app
It was working very nice untill today 5 pm
It is now 8 pm and I am facing the following problem
Testing devices (note5 , note4 and J5)
I can hear the voice only in note5 but…

Amira Elsayed Ismail
- 9,216
- 30
- 92
- 175
1
vote
0 answers
Android: Remotevideo displaying blank screen on firefox and opera using Sinch video sdk
I am using Sinch for video calling between android app and web browser.In chrome its working perfectly.Both localvideo and remotevideo views are visible.But in Firefox it gives mediaStreamError and in opera the remote video view in both android and…

Rajesh Gosemath
- 1,812
- 1
- 17
- 31
1
vote
2 answers
Sinch Service not starting in Android
I was trying out the sample programs provided by Sinch and was getting a NullPointerException. I traced the code and found that it was caused by my device not connecting to the SinchService.
The code is as follows
public class LoginActivity extends…

Tyson
- 747
- 2
- 6
- 18
1
vote
1 answer
Sinch with PHP getting Invalid Signature error
I am trying to test the Sinch SMS API using Lumen and GuzzleHttp but I am getting "Invalid Signature" error. I already followed the pseudocode, here's a sample of my code:
$body = array('message' => 'sample message');
$contentMD5 =…

Jed
- 1,054
- 1
- 15
- 34
1
vote
0 answers
What is the Session period for SINCH Pin Verification?
We are developing an android and iOS app which requires number verification. I am doing it using SINCH Verification SDK. For my app, number verification is being done from Server side using REST API call using SINCH REST API.
We are not sure what is…

Jigar
- 791
- 11
- 21