Documentation
FAQ
Integration issues
How can I implement call notification in a call application?
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
Implementation
Step 1: Integrate the RTC SDK and the RTM SDK
Step 2: Use the RTM SDK to implement the basic functionalities of call invitation
Step 3: Integrate platform-specific call APIs and implement call notification
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.