Abstract_Meetings::process_meeting_connection_response( TribeEventsVirtualMeetingsZoomarray $response, int $post_id )
Processes the Zoom API Meeting connection response.
Contents
Parameters
- $response
-
(<span class="TribeEventsVirtualMeetingsZoomarray">TribeEventsVirtualMeetingsZoomarray) (Required) The entire Zoom API response.
- $post_id
-
(int) (Required) The event post ID.
Return
(TribeEventsVirtualMeetingsZoomarray<string,mixed>) The Zoom Meeting data.
Source
File: src/Tribe/Meetings/Zoom/Abstract_Meetings.php
public function process_meeting_connection_response( array $response, $post_id ) {
return $this->process_meeting_creation_response( $response, $post_id );
}
Changelog
| Version | Description |
|---|---|
| 1.8.0 | Introduced. |