We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3715398 commit 72a504eCopy full SHA for 72a504e
config/config.php
@@ -6,4 +6,5 @@
6
'client_secret' => env('ZOOM_CLIENT_SECRET'),
7
'base_url' => 'https://api.zoom.us/v2/',
8
'authentication_method' => 'Oauth', // Only Oauth compatible at present
9
+ 'max_api_calls_per_request' => '5' // how many times can we hit the api to return results for an all() request
10
];
0 commit comments