rsperoni
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Automatic Approve Zoom Booking ErrorGreat! in case it helps I patched the first scenario doing this each time that $zoom_client->add_registrant or static::register_attendee is called.
if ($_this->settings[‘approval_type’] != 2) {
$EM_Booking->booking_meta[static::$type] = $zoom_client->add_registrant( $zoom_registrant, $meeting_id, static::$zoom_api_base );}
Forum: Plugins
In reply to: [Events Manager - Zoom Integration] Automatic Approve Zoom Booking ErrorThis is related to the “registration required” zoom advanced options.
If you select “No registration required” it creates the meeting correctly but when you try to make a booking it tries to register the booking with zoom wich returns an error because that is disabled.
If you select “Registration required” it works as long as the wp user has an non empty Name.
I think it should work in both scenarios. In my case I need to keep bookings just in WordPress to keep it simple for users.
Thank you.
Hello, same problem here. It’s only happening when it’s a Zoom Meeting. Also the enrollment actually works but mail is not sending and i get this error.
Thank you.
Hello, same problem here. Also Booking confirmation email is not working when is a Zoom Meeting. Any ideas?