通知
本站点除 Legacy 产品与方案外,已迁移至 声网新文档中心 ,当前页面不再维护
Documentation
All
Console 官网 Community Technical support

How can I implement call notification in a call application?

Type: Integration issues    Platform: Android / iOS / macOS / Web / Windows / Linux   Last Updated: 2021/08/27 02:47:32

Description

To implement call notification, you need to integrate the Agora RTC SDK, the Agora RTM SDK, and platform-specific call APIs such as ConnectionService for Android, CallKit for iOS, and CallKeep for Flutter and React Native. The RTM SDK supports call notification only when the app is running. So, you also need to integrate platform-specific APIs to ensure that users can still receive call notifications when the app is on the background or the process is closed.

Implementation

Step 1: Integrate the RTC SDK and the RTM SDK

Refer to the following articles to learn how to integrate the RTC SDK and the RTM SDK:

Step 2: Use the RTM SDK to implement the basic functionalities of call invitation

To implement call invitation for the RTM SDK, see Call Invitation.

Step 3: Integrate platform-specific call APIs and implement call notification