Setting the file. One moment.
Skill 108 · Contact Center/ios
Subchapter 108.2
concepts/sdk-lifecycle.mdMarkdown1 KBView on GitHub
ZoomCCContext.ZoomCCInterface.sharedInstance().ZoomCCItem..chat.video.ZVA.scheduledCallbackentryId or apiKey depending on channel.initialize(with:).login() where required.fetchUI and push returned view controller.Forward these app delegate callbacks:
applicationDidBecomeActive -> appDidBecomeActiveapplicationWillResignActive -> appWillResignActiveapplicationDidEnterBackground -> appDidEnterBackgroudapplicationWillTerminate -> appWillTerminateopen url callback to rejoin handler.ZoomCCItem.endChatendVideoendScheduledCallbacklogout / uninitialize patterns when needed by flow design.