sinch

error: cannot access Task class file for bolts

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 03:23:45
问题 Im working through the tutorial given here and im stuck at the section of code posted below: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_list_users); } //display clickable a list of all users private void setConversationsList() { currentUserId = ParseUser.getCurrentUser().getObjectId(); names = new ArrayList<String>(); ParseQuery<ParseUser> query = ParseUser.getQuery(); query.whereNotEqualTo("objectId",

Sinch - Calls via remote notification do not start

牧云@^-^@ 提交于 2019-12-24 02:23:50
问题 I've set up everything properly for starting calls from a push notification, however the recipient's SINClient does not invoke the client:didReceiveIncomingCall: method, so it's impossible for the user to answer the call. I've verified my payloads are identical - the results from the relayRemotePushNotificationPayload: method indicate that it's successful and hasn't timed out - this is the same on each and every call. The delegates do work as I get an invocation from clientDidStart:, I just

How to remove uploaded APNS Certificates from the Sinch App Dashboard?

ⅰ亾dé卋堺 提交于 2019-12-23 21:33:56
问题 We are developing calling app using Sinch Sdk . I want to remove the uploaded APNS certificate from App created in Sinch Dashboard. I am not finding any way to remove existing uploaded certificate from it. NOTE ::- Now sinch have provided "Remove" options nearby uploaded certification for App. 来源: https://stackoverflow.com/questions/40778933/how-to-remove-uploaded-apns-certificates-from-the-sinch-app-dashboard

Testing conference call on Android

一世执手 提交于 2019-12-23 19:41:20
问题 I'm trying to set up a conference call using the sample app. Basically what I did was replace the mSinchClient.getCallClient().callUser(userId) directive with mSinchClient.getCallClient().callConference(confId) in the SinchService.java file. I thought that would set up a conference but it fails giving me an error: com.sinch.android.rtc.sample.calling D/Call: onSessionTerminated: 94250e95-5a55-4f0f-97c0-ac85ed4f7bca: SessionDetails [startTime=1450151944, endTime=1450151946, progressTime=0,

Sinch conference call error

十年热恋 提交于 2019-12-23 05:22:23
问题 I'm trying to start a conference call from my android app but it doesn't work, what I tried is: Intent intent1 = new Intent(CreateGroupCallActivity.this,SinchClientService.class); intent1.setAction(SinchClientService.ACTION_GROUP_CALL); String id = String.valueOf(uid) + "-" + call_id.getText().toString(); intent1.putExtra(SinchClientService.INTENT_EXTRA_ID,id); startService(intent1); and in my SinchClientService : if(intent.getAction().equals(ACTION_GROUP_CALL)) { String id = intent

Sinch Not Running in background no way (Android)

*爱你&永不变心* 提交于 2019-12-23 04:51:12
问题 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 the background while the app is killed.Meanwhile i reckon that i forced sinch client not to be terminated but every time the app is openning,the client is being started anyway.So if anyone encounter such thing,could you please help me and tell me

Sinch, message shouldSendPushNotification not being called

一世执手 提交于 2019-12-22 13:48:25
问题 I'm trying to implement the push functionality in Sinch. I've set up my since client as such: [_client setSupportMessaging:YES]; [_client setSupportPushNotifications:YES]; _client.delegate = self; [_client start]; [_client startListeningOnActiveConnection]; Then on - (void)clientDidStart:(id<SINClient>)client { client.messageClient.delegate = self; } And in AppDelegate.h - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { /

Trouble with authorization request

你离开我真会死。 提交于 2019-12-20 06:39:53
问题 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";

Sinch SDK - How to logout user?

本秂侑毒 提交于 2019-12-18 06:54:28
问题 I'm using Sinch SDK for instant messaging. How to logout user? I have button to logout user, but can't implement that feature in Sinch SDK. Neither their docs or samples describe such feature. 回答1: The sinch client does not have a logout, we consider mobile users to be "online" what you can do if you i.e don't want to receive more push messages is to unregister push data, and if you are not using push, just stop the client. We are using delegated security so if you tell us Joe is logged in

Why is the Sinch call quality from mobile app to browser very poor?

[亡魂溺海] 提交于 2019-12-14 03:59:37
问题 We are using the Sinch SDK to enable mobile app (android) to browser (web app) calling. Calls are establishing all OK but we are having issues with call quality being very variable. We are using 3 and 4G for mobile connectivity. We have an external sound card on our android device since we are in a noisy environment and need external amplification and a microphone closer to the driver. Calls from the web browser (office based) to the mobile app (in vehicle) are of excellent quality but calls