directory

Enable fullscreen incoming call

Note:

Only offline call invitation supports this full screen.

You can change the incoming call dialog from notification to full screen by configuration, as shown below:

null

The configuration is as follows.

  1. set showFullScreen to true in ZegoCallAndroidNotificationConfig

Copy
  1. set android:launchMode to singleInstance in AndroidManifest.xml

    • open ${project_root}/android/app/src/main/AndroidManifest.xml

    • find manifest/application/activity

Copy

Refer to the screenshot below:

null