directory

Auto re-send call invitation after call timeout

To automatically re-send a call invite after the call times out, do the following:

  1. Listen to the onOutgoingCallTimeout callback of ZegoUIKitPrebuiltCallInvitationEvents. This callback will be triggered when the call times out.

  2. Call the sendCallInvitation method of ZegoUIKitPrebuiltCallController to call send a call invite.

Copy