jitsi_meet_web 1.0.1 copy "jitsi_meet_web: ^1.0.1" to clipboard
jitsi_meet_web: ^1.0.1 copied to clipboard

outdated

Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter . Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a c [...]

jitsi_meet #

Jitsi Meet Plugin for Flutter clone from https://github.com/gunschu/jitsi_meet.git with additional 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

1
likes
0
pub points
9%
popularity

Publisher

unverified uploader

Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter . Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a collection of open source projects

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on jitsi_meet_web