/home/techb158/ileadtechnology.com/resources/views/zoom
NameSizeModeActions
create.blade.php151650644editdlrm
edit.blade.php77580644editdlrm
index.blade.php60130644editdlrm
meeting.blade.php28350644editdlrm
setting.blade.php29810644editdlrm
show.blade.php44200644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/zoom/setting.blade.php (2981B)
@extends('admin/layouts.master') @section('title', 'Update Zoom Setting') @section('body')
@include('admin.message')
Update Zoom Token and email :
@csrf

How to get JWT Token and Email :


  • • First Sign up or Sign in here : Zoom Market Place Portal
  • • Click on Top right side menu and click on build app : Create app
  • • Choose JWT App and Continue...
  • • After filling details click on credtional tab and bottom you will see JWT Token change token expiry accroding to your setting.
  • • Paste your zoom email account id and JWT token here and create,edit meetings here.
@endsection @section('script') @endsection