the 'auto_approve' boolean field is missing, so no registant can be approved when created. from the docs:
auto_approve boolean
If a meeting was scheduled with the approval_type field value of 1 (manual approval) but you want to automatically approve meeting registrants, set the value of this field to true.
Note: You cannot use this field to change approval setting for a meeting originally scheduled with the approval_type field value of 0 (automatic approval).
hi,
in StoreRegistrant https://github.com/MacsiDigital/laravel-zoom/blob/730f3ab0312f93d5de15853e3cc5df1251b25a96/src/Requests/StoreRegistrant.php#L25
the 'auto_approve' boolean field is missing, so no registant can be approved when created. from the docs: