directory
pageON THIS PAGE

FAQ

  1. 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?

  1. First, you need to configure the index 2 certificate for the second app in the ZEGOCLOUD admin console.

    null

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.

Copy

WARNING

Please ensure that the certificates on the console correspond one-to-one with the certificateIndex in your code.

pageON THIS PAGE
backBack to top