Questions tagged [jitsi]

Jitsi is a free and open source VoIP, videoconferencing and instant messaging application for Windows, Linux and Mac OS X.

Jitsi is an audio/video Internet phone and instant messenger written in Java. It supports some of the most popular instant messaging and telephony protocols such as SIP, Jabber/XMPP (and hence Facebook and Google Talk), AIM, ICQ, MSN, Yahoo! Messenger.

The development of Jitsi started at the University of Strasbourg (France) in 2003 by Emil Ivov. Originally the project was known as SIP Communicator. Throughout the years our community has grown to include members and contributors from Brazil, Bulgaria, Cameroon, China, Estonia, France, Germany, India, Japan, Romania, Spain, Switzerland, UK, USA, and others. In 2011 it has been renamed to Jitsi.

Jitsi is based on the OSGi architecture using the Felix implementation from Apache. This makes it very extensible and particularly developer friendly.

Resources:

345 questions
2
votes
0 answers

Jitsi configuration Lobby

I have installed my own jitsi instance on a Ubuntu 18.04 server with NGINX and i want to have a lobby room and a login for modertors. My Problem is that every "waiting for modertor" guest will directly go to the metting when the moderator logged in.…
Bernd Buffen
  • 14,525
  • 2
  • 24
  • 39
2
votes
1 answer

What is the difference between using meet.jit.si and JaaS?

I am making a video conferencing application using the Jitsi Android SDK. I may use either the meet.jit.si server as a media gateway to a JaaS (Jitsi as a Service) from 8x8 corporation. What are pros and cons of those?
2
votes
0 answers

Getting issue while building jitsiMeet SDK 2.11.0 on xcode 12.2

clang: error: linker command failed with exit code 1 (use -v to see invocation) ** ARCHIVE FAILED ** The following build commands failed: Ld…
Manish Kumar
  • 997
  • 2
  • 13
  • 30
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
0 answers

Jitsi Iframe API. WebSocket connection failed: Data frame received after close

We are using Jitsi Iframe API in a mobile app developed with Ionic 1 Cordova. Once the meet starts, if we try to add more people by sending the email we get the following error in the browser console (using ‘Invite more people’): WebSocket…
FabriLog
  • 21
  • 2
2
votes
1 answer

How to build a jibri docker image from unstable build?

Jitsi recently release a build 5207 which supports streaming to any server. This build is currently unstable and docker-jitsi-meet uses stable-5142. Now I want to build jibri docker image using 5207 build. I don't know where to make the changes to…
metadata
  • 1,139
  • 1
  • 7
  • 28
2
votes
0 answers

How to create Jitsi unique room?

I am facing problems to create a unique room for Jitsi Meeting. Here is how I am creating it, using their documentation: const domain = 'live.exmaple.com'; const options = { roomName: '{{ $case->uuid }}', width: 700, height: 400, …
Vince Carter
  • 907
  • 3
  • 14
  • 41
2
votes
1 answer

flutter app create new instance when app resume

I am working on a meet app with Jitsi meet in a flutter. it has two screens the first screen takes all the meeting details and the second screen is the meeting screen. The app has a picture in picture mode I turn off the pip mode. When a meeting is…
ReX
  • 121
  • 11
2
votes
1 answer

Jitsi Picture in Picture(PiP) mode if I open app create new instance in flutter

I have created the meeting app in flutter using the jitsi_meet flutter package in that first I get the inputs from users like room name, display name, etc. After clicking on the button meeting get started when I press the home button it meeting go…
ReX
  • 121
  • 11
2
votes
0 answers

Jitsi -Signal ~ Channel is unrecoverably broken and will be disposed

I Tried to combine Jitsi Android SDK and signal messenger, the jitsi run well until another participant joined room, and jitsi SDK crash return the following error in logcat : Channel 'c06d484 xxx org.jitsi.meet.sdk.JitsiMeetActivity (server)' ~…
2
votes
1 answer

Jibri is unable to record if a moderator sets a meeting password

I have setup a jibri using docker. When I'm trying to record the meeting after setting a meeting password then I'm getting a message Recording is stopped and when I checked the logs I found that the jibri user is unable to bypass the meeting…
metatxn
  • 65
  • 1
  • 7
2
votes
0 answers

Unable to find finalize.sh file inside jibri container

I'm trying to use finalize.sh file to rename the recording once the recording is completed. I'm running jibri docker container. for testing purpose I'm just printing the value of RECORDINGS_DIR to check whether the finalize.sh script works or not.…
metatxn
  • 65
  • 1
  • 7
2
votes
4 answers

How to hide jitsi watermark in reactjs

i'm using react-jitsi library for rendering jitsi video var interfaceConfig = { SHOW_BRAND_WATERMARK: true, SHOW_WATERMARK_FOR_GUESTS: false, };
PrakashT
  • 883
  • 1
  • 7
  • 17
2
votes
4 answers

JITSI video meet - Is there any config or API to kick out all the participants when the host/moderator leaves the meeting?

I installed JITSI and created a video meeting platform. I created a meeting and shared it with my friends. I am the host/moderator of the meeting. My friends who joined the meeting are all participants. Now when I leave/disconnect the meeting, it is…
Muthu
  • 87
  • 2
  • 9
2
votes
1 answer

How to connect to Jitsi Videobridge using Javascript

Suppose I am able to run Jitsi Videobridge in a Linux server as described here: https://github.com/jitsi/jitsi-videobridge And I have a client application (HTML5 and Javascript based), that is, using HTML5 Player that captures and plays web camera…
quarks
  • 33,478
  • 73
  • 290
  • 513