When i try to update the webinar settings it doesn't apply
Steps to reproduce the behavior:
1 - get any webinar with Zoom::user()->find(id)->webinars()->first();
2 - Use $webinar->settings = [
registrants_confirmation_email => false
] or $webinar->settings->registrants_confirmation_email = false
3 - Save the webinar
when i do $webinar->settings i should get registrants_confirmation_email is false but its always true
When i try to update the webinar settings it doesn't apply
Steps to reproduce the behavior: 1 - get any webinar with Zoom::user()->find(id)->webinars()->first(); 2 - Use $webinar->settings = [ registrants_confirmation_email => false ] or $webinar->settings->registrants_confirmation_email = false 3 - Save the webinar
when i do $webinar->settings i should get registrants_confirmation_email is false but its always true
Thank you for this amazing package