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
0
votes
1 answer

Sinch JS browser SDK working yet on IOS and Android?

We've been using Sinch JS SDK on OSX and Windows, but were told it doesn't work on IOS or Android. Now, there is the IOS native app SDK, so shouldn't there be support for the JS SDK as well?
smartblonde
  • 138
  • 1
  • 11
0
votes
1 answer

Sinch : Know the number of participants in a conference call

I am building a conference calling app using Sinch in Android. I can now establish conference calls and add participants to it successfully. Now I would like to add some capabilities to my app: Know the number of participants at a given time. Mute…
Tyson
  • 747
  • 2
  • 6
  • 18
0
votes
0 answers

sinch video sample not calling from android to ios device

I am trying to use sinch sdk in my application, I have created a new app and downloaded the sample and change the configuration of the sample project, all of them works fine except this sample [sinch-rtc-sample-video] between two android devices…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

Sinch only show 30 day historic if I wipe app data

Is there anyway to show the complete 30 day sinch instant messaging historic on android without have to wipe the app data? It seems that once I read the messages there's any mechanism that says to not show them again. Is there any way to prevent…
0
votes
1 answer

Sinch Incoming Message TimeZone

Documentation for Incoming Message Timestamp states that incoming message is stamped with server time. Unfortunately there is no TimeZone information tagged with the returned value and its difficult to do any sort of operation using the time. Like…
ATO
  • 574
  • 4
  • 14
0
votes
1 answer

sinch send message to the same id as the current client id - to build a group chat

Hi am currently trying to adapt my sinch parse messaging app to implement a group chat , but using this schema startSinchClient(intent.getStringExtra("group_conversation_id")); and send messages to the same group_conversation_id so that all user…
user46772
  • 241
  • 1
  • 2
  • 13
0
votes
1 answer

sinch instant message writable add extra field

Hi how to add extra field to the writable for passing additional content to the data map , for example i want to able to pass url for image thus allow image sharing , how to go about , am mostly js dev , so not really how to implement add new…
user46772
  • 241
  • 1
  • 2
  • 13
0
votes
1 answer

Add clients to conference call in Sinch

I have implemented the Conference Call using Sinch and it is working perfectly. Now my requirement is I should be able to add clients to the conference call. According to the Sinch docs I can make users to connect to the same conference room only…
Tyson
  • 747
  • 2
  • 6
  • 18
0
votes
1 answer

Web - to - PSTN call using SINCH-REST-API

Hello All, Kindly find the points below; a. In my project, I want to call a phone number (PSTN) from a web-application (in PHP) and when the owner of the number picks up, I will play an audio file for him -- No conversation needed. b. I spoke to…
0
votes
2 answers

Sinch issue java.lang.UnsatisfiedLinkError

I getting Bellow Errors in Sinch. its issue in some Device. Process: com.reach.communications, PID: 14029 java.lang.UnsatisfiedLinkError:…
Android Devs
  • 125
  • 13
0
votes
1 answer

Is this possible to call in encrypted way in Sinch Calling

I am using Sinch SDK for developing a android app which has audio & video call functionality. Is it possible to calling in encrypted way? I mean in audio call the audio stream send in encrypted format.
BarmanInfo
  • 392
  • 1
  • 18
0
votes
1 answer

InternalServerError (2228479) in Sinch VideoCalling

I have implemented sinch video calling, and here is my code. @Override public void onClientStarted(SinchClient sinchClient) { Log.e(TAG, "started"); callClient = sinchClient.getCallClient(); …
Ravi
  • 34,851
  • 21
  • 122
  • 183
-1
votes
1 answer

SINCH SDK Bandwidth

I am using Sinch SDK for voice/video calls in my app and I was wondering if there are any way to check the current internet bandwidth of the call similar to Twilio's Bandwidth Profile API. . I scoured the documentation and haven't found anything or…
MetaSnarf
  • 5,857
  • 3
  • 25
  • 41
1 2 3 4 5
6