Skip to content

Commit 72a504e

Browse files
Update config.php
1 parent 3715398 commit 72a504e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
'client_secret' => env('ZOOM_CLIENT_SECRET'),
77
'base_url' => 'https://api.zoom.us/v2/',
88
'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
910
];

0 commit comments

Comments
 (0)