Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMahmoudMustafa authored Jun 14, 2023
1 parent 3715398 commit 72a504e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
'client_secret' => env('ZOOM_CLIENT_SECRET'),
'base_url' => 'https://api.zoom.us/v2/',
'authentication_method' => 'Oauth', // Only Oauth compatible at present
'max_api_calls_per_request' => '5' // how many times can we hit the api to return results for an all() request
];

0 comments on commit 72a504e

Please sign in to comment.