@extends('admin.layouts.master') @section('title', 'Zoom Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Zoom Settings') }}
@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