Questions tagged [android-sinch-api]

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.

88 questions
1
vote
1 answer

Pass extra data with Sinch VideoCalling

Here is code how i have implemented calling. @Override public void onClientStarted(SinchClient sinchClient) { Log.e(TAG, "started"); callClient = sinchClient.getCallClient(); callClient.addCallClientListener(this); } public void…
Ravi
  • 34,851
  • 21
  • 122
  • 183
0
votes
0 answers

Sinch incoming call is not received in android

Sich client id was created and FCM google json files were also added But it not working private class SinchCallControllerListener implements CallControllerListener { @Override public void onIncomingCall(CallController callClient, Call call)…
Siva Sonai
  • 46
  • 7
0
votes
0 answers

I can not integrate Sinch library for my audio calling app

I am having this error everytime, Build was configured to prefer settings repositories over project repositories but repository 'flatDir' was added by build file 'app\build.gradle' Error message of gradle gradle code is as follows: enter image…
0
votes
0 answers

Unable to resolve SinchClient and Call ,I had already added .aar file and required dependencies

**I am unable to resolve SinchClient , I had already added its sdk .aar file and dependencies but it not showing please help me out in that **Failed to resolve: :sinch-android-rtc:+ Affected Modules:
0
votes
0 answers

"SinchClient not started" The main problem in android studio

I am facing this problem for the last two weeks. Can you help me why this problem occurs? Error occur at this line allClient.callPhoneNumber("+16315192247"); Please check it. Every time it crashes. package com.eureka.voicecallinapk; import…
Sam
  • 241
  • 3
  • 7
0
votes
1 answer

Download link of Sinch Android SDK zip not available

I want to integrate a video and audio chating feature to my app, so I choose sicnh https://developers.sinch.com/page/downloads But I can't download the Android SDK zip https://download.sinch.com/android/3.15.0/sinch-android-rtc-3.15.0.zip When I…
ankalagba
  • 94
  • 1
  • 8
0
votes
2 answers

Sinch video call not working in background

I implemented Sinch video calling in my current app. When the app is in the foreground everything is OK for the incoming call. But when I closed the app and tried to receive an incoming call, it does not show any incoming call. How to do video Sinch…
Akhila
  • 11
  • 1
  • 5
0
votes
0 answers

Sinch Calling not working for another country

After setting up Sinch voice and video call on my app and testing it, it worked good for India users. But when my Dubai users are using, getting error: Error(code: 1002, domain: network, error type: Network, message: DeafultHttpService: SSL…
0
votes
0 answers

How to take call from Sinch from background service in android?

I want to add app to app calling feature in my android app. I am using sinch SDK for that. I have set up correctly and can receive and accept calls in a very basic manner. Now I have created a background service so that I can have notification for…
Avirup Ghosh
  • 171
  • 1
  • 5
0
votes
0 answers

Fix:I have add sinch jar file into libs folder and as library in android studio but when I import sinch or related class its not show import option

public class SinchService extends Service { private static final String APP_KEY = "7b6f87ff-75ea-4-aae5192e52"; private static final String APP_SECRET = ""; private static final String ENVIRONMENT = "clientapi.sinch.com"; public static final String…
0
votes
2 answers

Getting this Error **"ERROR: Failed to resolve: :sinch-android-rtc:+"**

I want to make calls using my application I want to integrate sinch into my application Dependencies dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' …
0
votes
1 answer

Sinch not starting

This is such a basic issue that I am not sure what I could possibly be doing wrong. Sinch is not starting for me and I don't know why. I don't have enough experience with Sinch to diagnose why a basic command is not doing what it is supposed to do.…
Tinni C
  • 7
  • 6
0
votes
1 answer

Sinch Proguard can't find referenced class com.google.firebase.iid.FirebaseInstanceIdService

I am using Sinch Android Voice to place app to app calling. It's running fine in debug mode and as instructed in release mode Running proguard as given in proguard-project.txt file. -keepclasseswithmembernames class * { native…
Giru Bhai
  • 14,370
  • 5
  • 46
  • 74
0
votes
1 answer

AndroidManifest.xml collided. Implementing Sinch library 3.17.1.aar

Directly after creating a new project, I implemented the lib (sinch-android-rtc-3.17.1.aar) following theses instructions from the "how to" section : https://developers.sinch.com/docs/voice-android-first-time-setup When I try to build the project I…
odgatelmand
  • 393
  • 1
  • 5
  • 16
0
votes
1 answer

When app is killed activity appear for some second then disappear in android (SINCH )

When i receive the notification from sinch, i first check if app is in background or not if app is in background if(isAppIsInBackground(context)) { relayMessageData(data); } public void relayMessageData(Map
Qamar khan
  • 179
  • 1
  • 7