@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