Questions tagged [jitsi-meet]
246 questions
1
vote
2 answers
Jitsi-meet compiled from source, but got error when run dev server
Follow the Github (https://github.com/jitsi/jitsi-meet), I compiled the source code.
When run on dev server (localhost:8080), it got javascript error as below:
translation.js:26 Uncaught ReferenceError: $ is not defined
at new Translation…

Box Very
- 418
- 4
- 14
1
vote
1 answer
Jitsi-meet android released app crash when startup
The released app crash when startup without any prompts.
I cloned the git repo jitsi/jitsi-meet.
Run npm install. There is an mistake of SASS. Then I changed the version of SASS to 'latest'.
Remove node-modules dir and run npm cache clean…

lei li
- 1,244
- 1
- 12
- 35
0
votes
0 answers
Flutter : hide buttons in jitsi meet
hi iam using jitsi meet wrapper
i want to hide those buttons
how to do that
and what is configOverrides ?

MedoAhmed
- 83
- 7
0
votes
0 answers
jitsi video conference call
I created Jitsi meet video conference call using android studio and java. How can I get the information of how long this conference people hold
private void sendRemoteMessage(String remoteMessageBody, String type) {
…

komutanlogar
- 1
- 2
0
votes
0 answers
Jitsi JWT token validation using Public Key Validation
I am implementing Public Key Validation mechanism to validate JWT token generated using RSA256 algo while joining jitsi call
I am putting kid 'xyz' in token header while generating token and my token payload structure is shown below
{
"context":…

Jayendra Singh
- 147
- 2
- 10
0
votes
0 answers
Jitsi_meet_wrapper: Gradle threw an error while downloading artifacts from the network. Retrying Gradle Build: #3, wait time: 400ms
I'm working on zoom clone app in flutter.
I'm using jitsi_meeet_wrapper plugin for implementing zoom functionalities.
Even after following each and every step shown in documentation getting below error.
BUILD FAILED in 2m 22s
[!] Gradle threw an…

Rushabh
- 13
- 2
0
votes
0 answers
Can I have a base track in jitsi that would draw with canvas other tracks instead of always replacing tracks?
Usually when I change track in Jitsi I call conference.replaceTrack() or conference.addTrack().
When screensharing I have some effect that draws on a canvas the camera and the desktop feed. My problem currently is that after stopping screenshare I…

Valeri Petkov
- 33
- 3
0
votes
1 answer
Integrating a self-hosted jitsi instance in React app
Given the recent change of limiting calls to 5 minutes, I successfully self-hosted a jitsi instance on my own vps.
I have a React app hosted on another server. It integrates jitsi meet, using the jutsu framework.
This framework uses the public jitsi…

AG_HIHI
- 1,705
- 5
- 27
- 69
0
votes
0 answers
Could not HEAD https://www.jitpack.io/org/jitsi/react/jitsi-meet-sdk/5.1.0/jitsi-meet-sdk-5.1.0.pom Received status code 401 from server: Unauthorized
I was integrating react-native-jitsi-meet in my app and when building this error shows up
Could not resolve org.jitsi.react:jitsi-meet-sdk:5.1.0.
Required by:
project :app > project :react-native-jitsi-meet
> Could not resolve…

Rockzy 77
- 53
- 5
0
votes
0 answers
Flutter jitsi meet not work on release apk
My flutter application does not work when building for android release (apk). I found a solution on the internet that says to try proguard, which i added to my build.gradle file.
minifyEnabled true
useProguard true
proguardFiles…

Nutdanai
- 33
- 3
0
votes
1 answer
App is crashing when jitsi meet sdk starts. Unable detect issue
App is crashing when jitsi meet sdk starts.I am using jitsi sdk to prepare a meeting app.
whenever i click start meetign button, app crashes.
I am attaching video and code of it below.
video here
package com.appsbypss.psmeet2023;
import static…
0
votes
0 answers
react-native-jitsi-meet webRTC version create vulnerability issue when publish app on google play
Vulnerable WebRTC Versions
Your app uses a bad version of WebRTC, which contains security vulnerabilities.

Alihaydar
- 91
- 3
- 9
0
votes
0 answers
Jitsy meet application crashing in flutter for android
I am using Omni jitsy meeet package to make a video call app.
But it is crashing when i am trying to join a new meeting there is no error in the terminal.
Here I am attaching my project's link please help me Github
0
votes
1 answer
Flutter App closes immediately when i tap on join meeting button using jitsi_meet_wrapper
I have configured pro-guard.pro file but still doesn't work, I am using jitsi_meet_wrapper package.
I have even included Manifest>application section of the manifest file
0
votes
0 answers
Jitsi meet Android sdk customisation
I want to customise Jitsi meet Android sdk, add new function in the conference page and some ui changes.
Help help me i do not know in which part the ui code is written.
If anyone from India can do my work i will pay him 500rs per hour, otherwise…

Venco Pro
- 121
- 4