Abstract_Meetings::process_meeting_connection_response( TribeEventsVirtualMeetingsWebexarray $response, int $post_id )
Processes the Webex API Meeting connection response.
Contents
Parameters
- $response
-
(<span class="TribeEventsVirtualMeetingsWebexarray">TribeEventsVirtualMeetingsWebexarray) (Required) The entire Webex API response.
- $post_id
-
(int) (Required) The event post ID.
Return
(TribeEventsVirtualMeetingsWebexarray<string,mixed>) The Webex Meeting data.
Source
File: src/Tribe/Meetings/Webex/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.9.0 | Introduced. |