@extends('admin.layouts.master') @section('title', 'Zoom Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Zoom Meetings 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 credential tab and bottom you will see') }} {{ __('JWT Token') }} {{ __('change token expiry according to your setting.') }}
  • {{ __('Paste your zoom email account id and JWT token here and create,edit meetings here.') }}
@endsection