Questions tagged [jitsi-meet]
246 questions
17
votes
5 answers
Process 'command 'node'' finished with non-zero exit value 1
I tried to build jitsi meet based on react-native but it stucks in bundleReleaseJsAnd assets and then throw this error :
Process 'command 'node'' finished with non-zero exit value 1

ali mardani
- 335
- 1
- 5
- 13
10
votes
1 answer
Generating JWT tokens
Could anyone provide me an example for generating jwt tokens with three headers given as (alg, kid, typ) that has the format:
{
"alg": "RS256",
"kid": "vpaas-magic-cookie-1fc542a3e4414a44b2611668195e2bfe/4f4910",
"typ": "JWT"
}
under…

Amar.linsila
- 273
- 1
- 2
- 13
7
votes
3 answers
No static method delimiterOffset in class Lokhttp3/internal/Util
I am using jitsi library for video connection. It works fine when installed for the first time but it crashes if a user already has application and updates it from play store. Logs from crash says:
No static method…

Shubham Anand
- 551
- 2
- 7
- 19
6
votes
0 answers
React-Native Jitsi Meet 'null is not an object (evaluating 'JitsiMeetModule.call)' Error
I am new to react-native and Jitsi-Meet.
I a trying to develop a video-call app using Jitsi Meet.
I applied everything as in the descriptions on official website but I get the errors in the pics.
here are some of my codes
on my Jitsi.js component…

Serkan AKMAN
- 1,044
- 2
- 8
- 21
5
votes
1 answer
How to restrict user to turn on Audio and Video in Jitsi conference call?
I want to restrict certain user to turn on Audio and Video option in Jitsi meet activity. I am able to mute Audio and Video but user can turn them on back. I want to completely restrict them to turn them on.
Here is code snippet I…

Kuls
- 2,047
- 21
- 39
5
votes
1 answer
react-native-jitsi-meet module not found
I am trying to install Jitsi-Meet plugin in my react-native project. I am trying to create a video/audio conference meetup feature in a website and I want to use react-native for the same purpose.
this is the plugin link.react-native-jitsi-meet -…

Arpit Todewale
- 129
- 2
- 11
5
votes
2 answers
Adding authentication to Jitsi Meet
I would like to add the ability to only allow authenticated users to create a conference in Jitsi Meet. I see the external API's jwt param, config.tokenAuthUrl and the lib-jitsi-meet tokens document but I'm very confused on how to put it all…

Kerry Ritter
- 1,127
- 4
- 17
- 27
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
4
votes
0 answers
Could not open settings generic class cache for settings file react native
I am building a project and integrating jitsi meet on it.
while running npx react-native run-android
this is what I am getting in my terminal -
What went wrong:
Could not open settings generic class cache for settings…

Shesh Narayan Deshmukh
- 188
- 2
- 12
4
votes
1 answer
How can I implement the jwt token prosody plugin in my Docker self-hosted Jitsi server for my Android application?
I am trying to develop an Android application which integrates Jitsi for video conferencing. Normally, a room name is chosen and a room is created. However, anyone that knows or guesses the room name can join the call. In order to prevent this, I…

codertryer
- 359
- 3
- 12
4
votes
1 answer
Error occurring while executing the jitsi-meet sdk
getting issues in executing the jitsi-meet sdk.
these are the issues occurring.
/Users/jeetk/Desktop/tring/iostring/ios/Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-
meet.debug.xcconfig: unable to open file (in target "jitsi-meet" in project…

Manish Kumar
- 997
- 2
- 13
- 30
4
votes
1 answer
Let's Encrypt certificate for site alongside Jitsi Meet
I've a server running Ubuntu 18.04 and Nginx and have a fully functioning instance of Jitsi Meet hosted on it.
On the other hand I have 2 other sites (one a react front end and the other a backend) and i need them to have ssl certificates since we…

hunvee3
- 87
- 1
- 10
4
votes
0 answers
Realm has no setter or ivar for its bridge, which is not permitted
I want to use Jitsi-Meet (Video calling library) with Realm. When I run the app on iOS, Realm does not work. It shows the following error:
2018-12-28 16:22:34.504 [error][tid:main][RCTModuleData.mm:179] Realm has no setter or ivar for its bridge,…

Saadi
- 1,292
- 13
- 22
4
votes
0 answers
Jitsi-meet video conference connection failed automatically after 10 seconds
I have installed Jitsi-meet at my own server as per documentation and its working fine.
Problem: When I create video conferencing and share URL to join othres they can join successfully but they disconnected after 10 seconds with below errors in…

Raghbendra Nayak
- 1,606
- 3
- 22
- 47
3
votes
0 answers
Jitsi for Flutter with limited feature flag
I had integrated Jitsi Meet SDK with my flutter application but how can I set a specific person as a moderator, and moreover unmute option is available to everyone how can I enable it to the moderator and disable that feature for everyone.
I had…

Zionnite
- 291
- 4
- 13