Simple Jitsi Integration for Laravel to create Jitsi meetings
You can install the package via composer:
composer require harmoniemedia/simple-laravel-jitsi
$meeting_room_url = (new SimpleLaravelJitsi)->create_meeting_room_url();
If you want to publish the packages configuration, run:
php artisan vendor:publish --provider="Harmoniemedia\SimpleLaravelJitsi\SimpleLaravelJitsiServiceProvider"
Not yet implemented.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.