lennhv / jitsi_meet_plugin

A `gunschu / jitsi_meet` copy to implement web plugin
MIT License
0 stars 5 forks source link

jitsi_meet

Jitsi Meet Plugin for Flutter clone from https://github.com/gunschu/jitsi_meet.git. The idea is to be integrated in the plugin.. meanwhile...

Support for WEB

To use this code in your project:

  1. Clone this repo in a location near of your project.

  2. Add the package in pubspec.yml file using path and the relative path for 'jitsi_meet' (see cloned repo)

  jitsi_meet:
    path: ../jitsi_meet_plugin/jitsi_meet
  1. Add the External JS into index.html into web folder of your project.
<script src="https://meet.jit.si/external_api.js" type="application/javascript"></script>
  1. Import it
    import 'package:jitsi_meet/jitsi_meet.dart';

Example

https://github.com/lennhv/jitsi_meet_plugin/tree/master/jitsi_meet/example