-1

我正在开发一个应用程序,我必须在其中添加一个调用功能,比如 whatsapp。对于这个功能,我找到了 agora.io,我浏览了它的文档,发现它有呼叫功能,就像会议一样。我想要一个像whatsapp呼叫这样的呼叫功能。谁能帮我这个 ?

4

1 回答 1

0

您是指当应用程序处于后台甚至关闭时推送通知的呼叫功能吗?您需要与Android的ConnectionService或iOS 的 CallKit 或Flutter和 React Native 的CallKeep集成。

连接服务:https ://developer.android.com/reference/android/telecom/ConnectionService

CallKit:https ://developer.apple.com/documentation/callkit

CallKeep:https ://github.com/react-native-webrtc/react-native-callkeep

于 2021-06-04T19:44:14.020 回答