@extends('admin.layouts.master') @section('title', 'Zoom Setting') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Zoom Setting') }} @endslot @slot('menu1') {{ __('Meetings') }} @endslot @slot('menu2') {{ __('Zoom Live Mettings') }} @endslot @slot('menu3') {{ __('Zoom Settings') }} @endslot @slot('button') @endslot @endcomponent
@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