Questions tagged [jitsi-meet]
246 questions
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
0 answers
Jitsi AudioLevels from remote participants not updating, remains 0
Description:
Trying to get realtime audioLevel values from remote participants to trigger a Noisegate that modifies respective’s remote track volume when this is above/below the given threshold and show the audio meter in each thumbnail.
Using…

davlanch
- 11
- 1
1
vote
0 answers
Jitsi meet flutter build failing due to com.facebook.react
Trying to implement Jitsi_meet package , On app build getting merge error given below ,
Execution failed for task ':app:mergeProjectDexDebug'.
A failure occurred while executing…

sajanyamaha
- 3,119
- 2
- 26
- 44
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
0 answers
Jibri recording issues behind reverse proxy
I'm trying to run Jibri as part of a Jitsi-Meet installation (all on one server) behind a reverse SSL proxyJitsi works out of the box, but as soon as Jibri tries to log in to the session to record it, the corresponding Chrome session times out.…

monochromec
- 85
- 1
- 1
- 6
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
1
vote
1 answer
jitsi docker desktop wsl2 nginx proxy for wss
Using the latest jitsi docker build on a docker desktop with wsl2 I am having problems getting the wss socket to redirect when using a an internal PUBLIC_URL behind an nginx reverse proxy
using a default localhost with no PUBLIC_URL I can connect to…

art vanderlay
- 2,341
- 4
- 35
- 64
1
vote
1 answer
Jitsi REST api: pass authentication
We want to use the Jitsi REST API to create a conference. Our Jitsi instance is already protected by Prosody: only certain users can host a conference (they have to authenticate with user and password credentials to host the room). Now after they…

manifestor
- 1,352
- 6
- 19
- 34
1
vote
1 answer
Jitsi meet external api how properly configure it audio only and auto join?
I want to set up jitsi meet room, where users auto join the room, the username and room will be generated for the user when the page with iframe is loaded, and I want the room be audio only.
I was looking to config files and found couple properties…

WayOfLife
- 27
- 5
1
vote
0 answers
Jitsi Docker server JWT authentication does not work. Why?
I am trying to enable jwt authentication for my self-hosted (Docker) Jitsi server. There is a guide on self hosting with Docker and on that guide, it tells how to enable authentication. This is the guide:…

codertryer
- 359
- 3
- 12
1
vote
2 answers
How to install wildcard SSL certificate in ubuntu AWS EC2 instance
Installed JITSI but unable to enable audio and video ...it throw an error saying SSL certificate is required. Can I get the exact steps to install SSL in ubuntu 16.04 instance in AWS EC2.

OneoFtheBest
- 73
- 1
- 6
1
vote
0 answers
Why it is necessary to restart every service in jitsi if some changes made to prosody?
I'm using docker setup and whenever I made any changes to prosody then I have to remove the previous config of jicofo and jvb and then need to restart both the services. If I don't restart then jicofo started showing error like unable to connect to…

metatxn
- 65
- 1
- 7
1
vote
1 answer
ionic 5: cordova iOS build fails after adding jitsi-meet plugin
I am using https://github.com/findmate/cordova-plugin-jitsi-meet with ionic 5 project. It works fine on Android devices but not able to build iOS APK. I don't have any idea how to fix this error since this is the first time I am trying to build iOS…

anjali
- 11
- 2
1
vote
2 answers
how can set password for jitsi meet video room with external API
how can set password for jitsi meet video room with external API , i can try do it with sample code , but don't work for me, room create but without password as below:
var domain = "meet.jit.si";
var roomName="my_test_room1";
var options = {
…

Yusif Karimov
- 400
- 5
- 8
1
vote
0 answers
Is there any way to detect if the live stream is started successfully in JITSI meet external API?
I am using the jitsi meet external API to make video conference.
I use the following API command to start live streaming:
api.executeCommand('startRecording', { mode: 'stream', youtubeStreamKey: streamName })
But is always returns undefined, is…

Shyam Narayan
- 1,009
- 2
- 14
- 28