Zoom_Provider::update_original_account( $accounts, TribeEventsVirtualMeetingsarray $account_data, $app_id )
If there is no original account for Zoom, save the first one to use to update individual events.
Contents
Parameters
-
(<span class="TribeEventsVirtualMeetingsarray">TribeEventsVirtualMeetingsarray) (Required) An array of Accounts formatted for options dropdown.
- $account_data
-
(<span class="TribeEventsVirtualMeetingsarrayTribeEventsVirtualMeetingsarray<string|">TribeEventsVirtualMeetingsstring>) (Required) The array of data for an account to add to the list.
- $api_id
-
(string) (Required) The id of the API in use.
Source
File: src/Tribe/Meetings/Zoom_Provider.php
public function update_original_account( $accounts, $account_data, $app_id ) { $this->container->make( Migration::class )->update_original_account( $accounts, $account_data, $app_id ); }
Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |