Zoom Virtual Agent - iOS Official docs: - https://developers.zoom.us/docs/virtual-agent/ios/ Quick Links 1. concepts/webview-lifecycle.md 2. examples/js-bridge-patterns.md 3. references/ios-reference-map.md 4. troubleshooting/common-issues.md Integration Model - Load campaign URL in . - Inject using . - Register message handlers for exit/common/handoff flows. - Handle URL behavior in navigation delegates ( , , or system browser). Hard Guardrails - Register scripts and handlers before web interaction. - Handle iOS 14.5+ download behavior where needed. - Keep deprecated command support as fallb…