FAQ
- How to configure offline push certificates two APPs
I have two different apps that need to support offline calling with each other. How should I configure them?
-
First, you need to configure the index 2 certificate for the second app in the ZEGOCLOUD admin console.
Then, you need to set the certificateIndex
of the second app to secondCertificate
in the place where you initialize the ZegoUIKitPrebuiltCallInvitationService
on the client side.
WARNING
Please ensure that the certificates on the console correspond one-to-one with the certificateIndex in your code.