D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
kader-lms.com
/
config
/
Filename :
zoom.php
back
Copy
<?php return [ 'apiKey' => env('ZOOM_CLIENT_KEY'), 'apiSecret' => env('ZOOM_CLIENT_SECRET'), 'baseUrl' => 'https://api.zoom.us/v2/', 'token_life' => 60 * 60 * 24 * 7, // In seconds, default 1 week 'authentication_method' => 'jwt', // Only jwt compatible at present 'max_api_calls_per_request' => '5' // how many times can we hit the api to return results for an all() request ];