Symptom
Vexa bot fails to join Zoom meetings hosted by the Apache Software Foundation. ASF runs Zoom under organizational policy that includes registration-required attendee flow, attendee-info forms, and community-confidential meeting metadata gates. The current Zoom Web path does not navigate this admission flow.
Repro
- Use any ASF-hosted Zoom meeting link (e.g. an ASF project working group meeting).
- Dispatch a Vexa bot via standard `POST /bots` flow.
- Observe: bot does not reach `active`; admission stalls or fails.
Expected
- Bot recognizes the ASF / org-policy admission DOM (registration form, attendee info gate).
- Either:
- Provides a path to fill the registration form from supplied bot identity, or
- Fast-fails with a classified reason (e.g. `zoom_org_policy_registration_required`) so callers can switch to a Meeting-SDK-backed path or skip the meeting.
Notes
Symptom
Vexa bot fails to join Zoom meetings hosted by the Apache Software Foundation. ASF runs Zoom under organizational policy that includes registration-required attendee flow, attendee-info forms, and community-confidential meeting metadata gates. The current Zoom Web path does not navigate this admission flow.
Repro
Expected
Notes