Abstract_Meetings::process_meeting_connection_response( TribeEventsVirtualMeetingsZoomarray $response, int $post_id )

Processes the Zoom API Meeting connection response.


Parameters

$response

(<span class="TribeEventsVirtualMeetingsZoomarray">TribeEventsVirtualMeetingsZoomarray) (Required) The entire Zoom API response.

$post_id

(int) (Required) The event post ID.


Top ↑

Return

(TribeEventsVirtualMeetingsZoomarray<string,mixed>) The Zoom Meeting data.


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
1.8.0 Introduced.