Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 334 Bytes

zoomapi

1)Import Database

2)Make Changes in config.php

define("BASE_URI", "http://localhost/zoomapi/");

//As per Your Database

define("HOST", "localhost");

define("USERNAME", "root");

define("PASSWORD", "root");

define("DB_NAME", "zoom");

ENTER JWT KEYS

define("API_KEY", "API_KEY");

define("SECRET_KEY", "SECRET_KEY");