Agora channel Connection keeps interrupted in iOS - ios

I am developing a voice communication app using agora SDK. I was using version 3.7, then I needed to use extensions provided by agora (Bose PinPoint Filter), then I upgraded the agora version to 4.0( we have to use SDK version 4.0 to use extensions). But after I upgraded to 4.0.0.3 , when joined the channel it keeps calling rtcEngineConnectionDidInterrupted(_ engine: AgoraRtcEngineKit) delegate. I could not find why this happens. Can anyone find a solution to the problem I am facing?

Related

Looking for windows App fpr Twilio Frontline

Has anyone found, built, or know if there is or going to be a Windows app built for Twilio Frontline. The focus is to enable a app but seems like only ios only? Not even driod or windows??
Twilio Frontline is a mobile application available on iOS and Android. There is not a Windows version available, though there is currently a web version in private beta.

Unable to connect to React-Native Voice Call on iPhone se2

Unable to connect to React-Native Voice Call on iPhone se2
We implemented voice call and video call using Agora SDK for React-native.
However, in iPhone se2, both voice call and video call do not work. All other phones are working fine.
I wonder if agora react-native sdk has restrictions for each device. I can't find any mention of device specific or os specific restrictions on the official site.
If you have that link, please share.
thank you.
You can find the requirements in the prerequisites here.
You need iOS > 8.0, if you're facing issues you can check out the troubleshooting steps here.

How to use Agora Electron SDK in linux and window 64bit?

I want to implement video and voice call feature in our project, but Linux and Window64 bit doesn't support Agora Electron SDK. So, is there any way to use Agora Electron SDK in linux and Window64 bit?

My iPhone app is using Facebook SDK for iOS v2.0. Will my app become broken in June 2013?

My app on facebook has this alert:
This app uses an outdated version of the Facebook SDK for iOS. Please
download the latest version: iOS SDK 3.2.1.
Learn how the latest version makes it easier and faster to build great
mobile apps.
We also provide upgrade guides to make the process as easy as
possible. Upgrade from SDK 2 to 3.1 and 3.1 to 3.2.
Facebook will also stop supporting v2.0 of the SDK in June 2013, so
you are advised to upgrade to the new SDK as soon as possible.
Does this mean that v2.0 of the Facebook SDK for iOS will stop working in June 2013? Or, does it merely mean that Facebook will stop providing technical support and enhancements for it?
My app uses v2.0 SDK for the following:
Login with Facebook
Get list of friends
Send App Request to selected friends
Due to time and budget, I will not be able to have my iPhone app upgraded to version 3 until probably the end of this year. So, does this mean my iPhone app is going to be broken in June?
First, it is recommended for you to read Facebook SDK release notes. In short, API changed & Login mechanism ( especially token management ) changed . That means your app will have chance to be broken in June.
However, stop supporting is not equal to stop service . You can ask Facebook when to stop 2.0 API service . The 2nd link should provide most programming information you require.
Sidenote: I upgrade my app from Facebook iOS SDK 2.0 to 3.1 in few hours. Just curious, why take you so long to perform the changes ?
Hope it helps.
Reference :
Facebook iOS SDK Release Notes
Upgrading from 2.0 to 3.x
If you have access to the code for your app, you can check the class reference here for the latest version and see the whether the methods etc. used in your code is listed here, and whether there are any changes in how they behave / should be used.
If the classes and methods are all there, you don't need to worry. In all probability, your app should run just fine and not break.

Background Audio and Cordova 1.7

I want to have streaming audio play in the background for an app im developing using Cordova 1.7 (PhoneGap) for iOS. I followed the guide on Joel Dare's website and got the streaming up and running, but his technique for background play doesn't work, which I am assuming is because he is using an older version of PhoneGap as an example. Can someone provide a way to accomplish this using 1.7?
Thanks!

Resources