Url::__construct( TribeEventsVirtualMeetingsZoomApi $api, TribeEventsVirtualMeetingsZoomOAuth $oauth )

Url constructor.


Parameters

$api

(TribeEventsVirtualMeetingsZoomApi) (Required) An instance of the Zoom API handler.

$oauth

(TribeEventsVirtualMeetingsZoomOAuth) (Required) An instance of the API OAuth handler.


Top ↑

Source

File: src/Tribe/Meetings/Zoom/Url.php

	public function __construct( Api $api, OAuth $oauth ) {
		$this->api   = $api;
		$this->oauth = $oauth;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.