简体   繁体   中英

Background calls in Agora IO [React-Native iOS]

I am trying to implement the functionality to keep Agora based voice calls alive even when the app goes in the background. I am using the React Native SDK by Agora for this and I want to implement this functionality specifically for iOS. I was able to do this for Android by using Foreground services. I don't know iOS development much nor do I know writing modules in Swift or Objective-C and bridging them to React Native. Any guides on how to achieve this can be really helpful

You most likely need to enable the background mode VoIP in the app's Plist if you haven't already.

https://developer.apple.com/documentation/bundleresources/information_property_list/uibackgroundmodes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM