Questions tagged [lib-jitsi-meet]
34 questions
4
votes
4 answers
Unable to build docker file for Jitsi web
I'm using docker-jitsi-meet on ubuntu 22.04. However when I attempt to build the docker image of the web version of jitsi, getting the following error :
Building myapp_webserver
Step 1/15 : ARG JITSI_REPO=jitsi
Step 2/15 : ARG…

Earthling
- 83
- 3
- 13
2
votes
2 answers
Draw a widget over jitsi meet video
I am using this library (https://github.com/gunschu/jitsi_meet) for jitsi meet, i want to draw a widget over the video screen like a chat button. Can anyone help?
https://github.com/gunschu/jitsi_meet/issues/357

Usama Ahmad
- 21
- 2
2
votes
0 answers
How to resolve Framework not found JitsiMeetSDK.xcframework error
I want to integrate JitsiMeetSDK framework for iOS project. but it gives me error:
ld: framework not found JitsiMeetSDK.xcframework
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have set all the info as per link…

RohitK
- 1,444
- 1
- 14
- 37
2
votes
0 answers
How to implement the load balancing for jitsi meet?
We have successfully install the jitsi-meet on Ubuntu Server. We followed the following link
https://jitsi.org/downloads/ubuntu-debian-installations-instructions/
Now we want to Implement the load balancing technique for a large no. of users and…

user10328862
- 155
- 1
- 3
- 12
2
votes
3 answers
Jitsi Meet - You have been disconnected
I just followed the "Quick Start" instructions here:
https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
and then did the changes below:
diff --git a/.env b/.env
index 6216b49..4e5e235 100644
--- a/.env
+++ b/.env
@@ -10,22 +10,22…

davidesp
- 3,743
- 10
- 39
- 77
2
votes
1 answer
Duplicate class org.webrtc.AndroidVideoDecoder while using Jitsi Sdk and quickblox-android-sdk
I am using
com.quickblox:quickblox-android-sdk-videochat-webrtc:3.9.1 for Chat
and
org.jitsi.react:jitsi-meet-sdk:2.10.0 //for Meeting
but unable to resolve these issues
Duplicate class org.webrtc.AndroidVideoDecoder found in…

Umer Waqas
- 1,794
- 1
- 12
- 15
1
vote
0 answers
How I can add custom UI for lib-jitsi-meet-dist
I need to render call window
I enter with code
import React from 'react';
// @ts-ignore: error message
import JitsiMeetJS from 'lib-jitsi-meet-dist';
const App: React.FC = () => {
const roomName = 'conf';
const options = {
width: 800,
…

Эмиль Новиков
- 11
- 2
1
vote
0 answers
Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT
Integrated Jitsi Meet SDK with latest version on iOS
It's working with two three time then crashed app with below error
Getting crashed with Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT.…

S K
- 81
- 1
- 8
1
vote
3 answers
Jitsi meet in flutter not working on android 12
I have integrated jitsi_flutter for group calls. But, the app is not installed in the latest android supported version 12.
Here is the link for jitsi_flutter, which I have used.
https://github.com/gunschu/jitsi_meet
I am getting this issue when…

Merry
- 420
- 4
- 19
1
vote
0 answers
In latest react-native version 'jitsi' meet call buttons are not working in android
I have integrated react-native jitsi sdk in my application. In ios it is working fine, but in android no buttons are working of meeting conference. Can anyone help me how can I fix this issue ?
Configurations :
"react-native":…

Blaze Lee
- 31
- 6
1
vote
0 answers
Is it possible to generate only Jitsi Meet link programatically (without any jitsi UI)
I had tried Jitsi IFrame API in my react application but it give its own UI. I just want only an url of jitsi meet and send it to the email.
Tried this link…

santosh mahat
- 41
- 3
1
vote
1 answer
BroadcastEvent is undefined in jitsi android sdk sample
According to this link, I am using jitsi Android SDK
BroadcastEvent is undefined in jitsi Android SDK sample

Hossein Kurd
- 3,184
- 3
- 41
- 71
1
vote
0 answers
adding jitsi-Meet video conferencing in react web app using external_api.js
i have added jitsi meet video conferencing in my react web app as described by this link.
I have also added react-jitsi component as given in this link
the loading meeting... does not go away and is stuck all the time and does not render jitsi…

Fiaz Ahmed Ranjha
- 245
- 1
- 6
- 22
1
vote
1 answer
Why the jitsi message is cropped?
Problem
I'm developing an app using the jitsi-meet sdk for Android and when I join a room, I get a "Connecting you to your server..." message but it's cropped.
Do you know how to customize the text cropping or maybe change/delete the message?…

Aymeric Le Feyer
- 245
- 2
- 12
1
vote
1 answer
How can I get video frames from Jitsi Meet Conference in Flutter
I want to modify the video streaming coming from Jitsi Meet in flutter for adding effects. And I also want to change the default conferencing view and show the frames in my own custom view. But I am unable to access the frame using the library…

Eishon
- 1,274
- 1
- 9
- 17