Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jitsi Meet in Flutter

How can we use Jitsi Meet in Flutter? I need to add Jitsi meet to my current application, but it seems there is no any proper example to use jitsi in flutter application. I would appreciate a lot if someone can provide me some example or reference to it. Cheers.

like image 452
Aashutosh Poudel Avatar asked Sep 18 '25 17:09

Aashutosh Poudel


1 Answers

You can use jitsi_meet package for flutter.

jitsi_meet package link: https://pub.dev/packages/jitsi_meet
Follow the instruction of the package.

like image 180
Shariful Islam Mubin Avatar answered Sep 21 '25 09:09

Shariful Islam Mubin