Autoupdate while in idle time and smooth experience

Hi Team,

Hope you are doing well!

I would like to confirm the Zoom upgrade process with you. We have identified one method to update via a custom channel. I have created the following Plist file—could you please review it to ensure it is correctly configured?

<?xml version="1.0" encoding="UTF-8"?>

DisableKeepSignedInWithFacebook

DisableKeepSignedInWithGoogle

DisableLoginWithEmail

EnableAppleLogin

EnforceAppSignInToJoin

Login_Domain

myorg

NoFacebook

ZAutoSSOLogin

ZSSOHost

myorg

AU2_EnableAutoUpdate

AU2_SetUpdateChannel

channel ID

AU2_UpdateChannelCandidates

channel ID:CustomChannel

AU2_EnablePromptUpdateForAU2

AU2_EnableManualUpdate

AU2_InstallAtIdleTime

Additionally, we need to include `AU2_InstallAtIdleTime` so that the application updates when users close the app or during idle time.

Can anyone help?