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 c46aebd commit 3715398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
'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 3715398

Please sign in to comment.