Skip to content

real1900/jitsi_meet_plugin

 
 

Repository files navigation

jitsi_meet

Jitsi Meet Plugin support for web.

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_web: Any
    
  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_web/jitsi_meet.dart';

Example

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

About

A `gunschu / jitsi_meet` copy to implement web plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 57.2%
  • Kotlin 16.8%
  • Swift 14.2%
  • Ruby 3.7%
  • HTML 2.9%
  • JavaScript 2.1%
  • Other 3.1%