sinch

User Call Report API gives incorrect results

血红的双手。 提交于 2019-12-03 21:55:15
I am trying to use the User Call Report API from Sinch's Reporting API (from Voice REST API). Unfortunately, the response give by User Call Report API is incorrect (it indicates no calls when calls did happen). Specifically, I am accessing the URL: https://reportingapi.sinch.com/v1/users/username/aaa/calls/data for username aaa. The response is: {"start":"2016-05-18T00:00:00","duration":0,"success":0,"failed":0} Today is June 17th, 2016. This response is incorrect. Yesterday, June 16th, 2016 I made several app-to-app calls (i.e., over "data") using user aaa and therefore the response should

Instant Message Push Notification Using Sinch not coming on iOS

霸气de小男生 提交于 2019-12-02 16:48:20
问题 [![enter image description here][1]][1]I've mentioned all the fields but still I'm not getting the push notification. This is my code: Firstly in didFinishLaunchingWithOptions I call this: self.push = Sinch.managedPushWithAPSEnvironment(.Production) self.push?.delegate = self self.push?.setDesiredPushTypeAutomatically() client = Sinch.clientWithApplicationKey("xxxxxx", applicationSecret: "xxxxxxx", environmentHost: "sandbox.sinch.com", userId: userID) client?.delegate = self client?

SINCH :: PhoneNumberUtils issue for Indonesia number

ぐ巨炮叔叔 提交于 2019-12-02 14:41:26
问题 I am using PhoneNumberUtils supplied by SINCH (sinch-android-verification-1.4.0) but is gives different outcome for Indonesia number. It says that supplied number is not a possible number with below method in Android Verifiation SDK PhoneNumberUtils.isPossibleNumber("895369074498", "ID") But it says it is possible number in iOS Verification SDK. Can anyone help? Thanks in advance 回答1: It depends on the Android system version. The reason is, we are using the native libphonenumber on the phone,

Sinch Integration in swift project

一笑奈何 提交于 2019-12-02 13:40:08
问题 I'm trying to integrate sinch into my Swift project using cocoapods #platform :ios, '9.0' use_frameworks! target 'auxilium' do pod 'Alamofire', '~> 4.0' pod 'SinchRTC' end The pod installation work fine but when I try to import the library import Sinch I get this error No such module "Sinch" Any helps here what I've missed !!! thanks Plus I've noticed that my pod doesn't exist in targets : 回答1: The problem that was that I didn't add the Bridging-Header.h #import <Sinch/Sinch.h> 回答2: There is

Trouble with authorization request

妖精的绣舞 提交于 2019-12-02 11:30:42
I am trying to make a conferenceCallout request in Sinch service but i am having troubles with the signature. I paste the code: <?php //JSon Object $conferencia['method']="conferenceCallout"; $participante['cli']="46000000000"; $destination['type']="username"; $destination['endpoint']="roke1"; $participante['destination']=$destination; $participante['domain']="mxp"; $participante['custom']="customData"; $participante['locale']="en-US"; $participante['greeting']="Welcome to my conference"; $participante['conferenceId']="conferencia_de_prueba"; $participante["enableDice"]=false; $conferencia[

No Such Module “Sinch” Xcode 9.1 Swift 4

*爱你&永不变心* 提交于 2019-12-02 05:05:33
This question may be duplicate of this " Sinch Integration in swift project " But i am doing all these steps But getting same error " No such module 'Sinch'. Below steps i have followed please check and let me know if i missed any steps or need to add?? I have Added this in my podfile: pod 'SinchRTC' Pod installed successfully with no warning: Added this in Bridge-Header file: #import<Sinch/Sinch.h> Note: Update pod more then 10 times and restarted xcode multiple times. I have done same thing with cocoapod and Bridge-Header and what I found is you don't need to import Sinch in your header. You

Sinch Integration in swift project

南笙酒味 提交于 2019-12-02 03:15:53
I'm trying to integrate sinch into my Swift project using cocoapods #platform :ios, '9.0' use_frameworks! target 'auxilium' do pod 'Alamofire', '~> 4.0' pod 'SinchRTC' end The pod installation work fine but when I try to import the library import Sinch I get this error No such module "Sinch" Any helps here what I've missed !!! thanks Plus I've noticed that my pod doesn't exist in targets : The problem that was that I didn't add the Bridging-Header.h #import <Sinch/Sinch.h> There is no need to import #import<Sinch/Sinch.h> You can directly access example for below code Without importing like

Sinch Video Chat - Remote Video Issue

人走茶凉 提交于 2019-12-02 02:46:11
问题 I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it from callscreen activity layout and from callscreen activity java class there is no remote video shown on either of the devices. The video views doesnt seem to be linked to view in layout as they are fetched from getSinchServiceInterface()

Sinch Video Chat - Remote Video Issue

依然范特西╮ 提交于 2019-12-02 01:29:45
I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it from callscreen activity layout and from callscreen activity java class there is no remote video shown on either of the devices. The video views doesnt seem to be linked to view in layout as they are fetched from getSinchServiceInterface().getVideoController(). Please Help! Thats right, right now you need a local view to transmit video, we are

Sinch - callDidEstablish is not getting called on Lock screen while answering call from CallKit

天大地大妈咪最大 提交于 2019-12-01 23:03:51
Sinch - callDidEstablish is not getting called on Lock screen while answering call from CallKit. I have integrated CallKit but answering call from Lock screen sinch call delegate method is not getting called to establish call. I also went through iOS Sinch Document it says :- Invoking -[SINCall answer] while being in the background is possible. The call is not immediately answered but the operation is considered pending and the call answered once the app returns to the foreground. Is there any way to establish call on answering it from Lock screen. Thanks in Advance. Currently our SDK doesnt