Skip to content

Commit

Permalink
Merge pull request #585 from smbader/fix/save_join_url
Browse files Browse the repository at this point in the history
Update zoom record after populated from response
  • Loading branch information
jrchamp authored Apr 11, 2024
2 parents 6b23f5c + e13d89b commit ad99325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ function zoom_update_instance(stdClass $zoom, ?mod_zoom_mod_form $mform = null)
// Get the updated meeting info from zoom, before updating calendar events.
$response = zoom_webservice()->get_meeting_webinar_info($zoom->meeting_id, $zoom->webinar);
$zoom = populate_zoom_from_response($zoom, $response);
$DB->update_record('zoom', $zoom);

// Update tracking field data for meeting.
zoom_sync_meeting_tracking_fields($zoom->id, $response->tracking_fields ?? []);
Expand Down

0 comments on commit ad99325

Please sign in to comment.