Url::__construct( TribeEventsVirtualMeetingsZoomApi $api, TribeEventsVirtualMeetingsZoomOAuth $oauth )
Url constructor.
Contents
Parameters
- $api
-
(TribeEventsVirtualMeetingsZoomApi) (Required) An instance of the Zoom API handler.
- $oauth
-
(TribeEventsVirtualMeetingsZoomOAuth) (Required) An instance of the API OAuth handler.
Source
File: src/Tribe/Meetings/Zoom/Url.php
public function __construct( Api $api, OAuth $oauth ) {
$this->api = $api;
$this->oauth = $oauth;
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |