MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
260 stars 135 forks source link

Missing auto_approve attribute in StoreRegistrant #118

Closed simonbuehler closed 2 years ago

simonbuehler commented 2 years ago

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:

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).