Questions tagged [jitsi-meet]
246 questions
1
vote
1 answer
Can I add and remove Jitsi Meet pre-build functionalities?
I am using Jitsi Meet for my Video Conferencing App using Flutter + Firebase.
I want to know can I add and remove it's pre-build functionalities?
For Example:
I want to use only Video Call and Audio feature from Jitsi Meet but I also need Chat,…

Parkash
- 11
- 2
1
vote
1 answer
cannot build an apk while setting useProguard true Flutter
i need to set useProguard true as iam using this Package
https://pub.dev/packages/jitsi_meet
but when i use this command (flutter build apk --split-per-abi) to build an APK i get this errorr
No signature of method:…

ialyzaafan
- 378
- 6
- 21
1
vote
0 answers
[modules RTC BridgeChannel.js e.onclose : Channel closed: 1006 - Jitsi Meet JVB
I have installed jitsi Meet using below link on ubuntu 22.04
https://meetrix.io/blog/webrtc/jitsi/setup-%20install-jitsi-meet-jvb-on-ubuntu-20.html
Up to 2 participant its connecting audio and video , But after 3rd participant it is disconnecting…

Jeebendu kumar Behera
- 113
- 1
- 13
1
vote
1 answer
Flutter jitsi-meet error Could not resolve org.jitsi.react:jitsi-meet-sdk:3.3.0
I am getting this issue when trying to run the app . i have follow all steps from official docs
here is the link
`
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
FAILURE: Build failed with an exception.
* What went…

om parkash
- 11
- 1
- 2
1
vote
0 answers
How to implement Picture-in-picture in reactjs using jitsimeet vide conference
I created a video meeting feature in a React.js web app using Jitsi meet. But I am trying to implement the picture-in-picture feature so the video calling page can be minimised and the app can be used while the meeting is still on.
import React from…

Martins
- 110
- 1
- 9
1
vote
0 answers
Problem of read only name using Jitsi Meet library
I am using Jitsi Meet library for a conference call in Android Studio project. It's working fine but the problem is I want to set each member's name with the person's profile name and the person could not change their name while joining. I have…

Aarielle Aariel
- 11
- 1
1
vote
3 answers
Jitsi Android SDK crashes (version 6.1.0) after joining call
I am trying to integrate Jitsi Android SDK for video Conferences on my app but it crashes as soon as I join/create a meeting. I am using Android Version -
Android Studio Dolphin | 2021.3.1 Patch 1
Build #AI-213.7172.25.2113.9123335, built on…
1
vote
0 answers
Jitsi Meat android SDK Error no versions of org.jitsi.react:jitsi-meet-sdk are available
I'm having a problem in implement Jitsi Meat in my app
Android Studio says there are no releases from that library
This is my code
Implement code
implemention ('org.jitsi.react:jitsi-meet-sdk:+') { transitive = true }
Build.gradle…

Moaz ahmad
- 11
- 1
1
vote
0 answers
During Jitsi meet screen share from android capture sound of audio/video files playing in mobile
We can share the screen from android devices during a Jitsi meet. but If we are playing a video on screen, the sound/audio of the video is not shared with the participants. How can I implement this?

rajesh kar
- 31
- 4
1
vote
2 answers
npm install error :SocksProxyAgent is not a constructor
error log:
50 warn skipping integrity check for git dependency https://git@github.com/jitsi/strophejs-plugin-stream-management.git
51 warn skipping integrity check for git dependency https://git@github.com/jitsi/rnnoise-wasm.git
52 warn skipping…

seeko
- 36
- 9
1
vote
1 answer
How to disable ask to join page in jitsi?
I am using jitsi in my android studio app, but after creating meeting code it is redirecting to ask to join page, how can i disable that?
URL serverURL;
try {
serverURL = new URL("https://meet.jit.si/");
…

Sagar Kanojia
- 11
- 3
1
vote
0 answers
Jibri for Jitsi on Kubernetes
I have set up a working jitsi (web/jicofo/prosody/jvb) configuration in a single pod on a custom kubernetes cluster and I'm trying to bring in the Jibri to enable recording features. But it fails cause there is an error log on the jibri container as…

lp_nave
- 244
- 3
- 17
1
vote
0 answers
flutter - jitse_meet plugin video call functionality not working in release mode , app crashed when start video call
I added all the configuration that need for the jitsi_meet sdk . It will working in the debug mode but when I tr to run in the relase mode it will crash the app.
this is function that I used to start video call
makeCall() async {
…

yash oza
- 11
- 3
1
vote
0 answers
how to close jitsi call activity when any user left Conference android kotlin
I was developing some Conference application and got confused on how to handle PARTICIPANT_LEFT.action in code. Here is my code
private var roomName: String? = null
private lateinit var anotherUser:String
private var username: String?…

Emad Sameer
- 11
- 2
1
vote
0 answers
You have been disconnected, please check your internet connection Jitsi Meet
I am working on Zoom clone(video conferencing app) in Flutter and for that, I'm using jitsi_meet: ^4.0.0, and when I tried to create a new meeting it shows me this screen for milliseconds and then return me to the home screen. My internet connection…

Raja Sami
- 81
- 9