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
0
votes
0 answers

How to implement our own Frame Encryptor in WebRTC C++?

currently I am trying to modify webRTC for specialized purposes in Android. I need help with how we could use this interface to modify our frame after encoding. For now I just really want to XOR the frame after encoding before sending it through…
0
votes
1 answer

Flutter Jitsi meet IOS xcode build "PiPViewCoordinator?" error on Macbook M1 pro

I am getting this build error for IOS, while integrating jitsi_meet 4.0.0 in a flutter. I am unable to run my application on simulator, as I am getting this PiPViewCoordinator error. Has anyone else faced issue before? Xcode Build Error **…
Tushar Asodariya
  • 629
  • 2
  • 7
  • 20
0
votes
1 answer

Kick participant that joins a call

I am using iframe API of Jitsi, I would like to keep the limit of a room to only 3 participants. If a fourth participant joins the room, the participant should automatically get kicked. This is my current api, how do I kick the 4th participant? var…
Roy
  • 17
  • 6
0
votes
1 answer

After recording a video, the recording file is missing in jibri

We are trying to self host jitsi-meet. When we try to add jibri for recording, the recording is done but it is not saved in destination folder. When we check the logs it looks like: 2022-02-08 04:38:27.177 SEVERE: [192]…
0
votes
1 answer

Flutter using jitsi_meet flutter package generate error on IOS

I am attempting to create a flutter app and integrate the jitsi_meet flutter package i followed the instructions indicated on documentation. My flutter version and IOS via flutter doctor Flutter version 2.8.1 develop for iOS and macOS (Xcode…
Sarotobi
  • 707
  • 1
  • 9
  • 28
0
votes
2 answers

Is there a way to disable permissions prompt in Safari for Jitsi meet?

I use Jitsi meet in iframe to create a video chat with a custom page layout. It requests browser permissions for using microphone and camera on the first use, just like any other application with video chatting. There is problem with Safari though:…
Poliakoff
  • 1,592
  • 1
  • 21
  • 40
0
votes
1 answer

Jitsi behind ALB connection to websocket

I am struggling with Jitsi behind AWS ALB. I have configured load balancer, opened TCP: 443, 80, 4443, UDP: 10000. Created target group etc. frontend works but the video doesn't start: Error in the console is: WebSocket connection to…
0
votes
1 answer

How to configure filmstrip on mobile for custom Jitsi instance?

I am trying to configure my Jitsi meet so it will have filmstrip on mobile. Please see ~/.jitsi-meet-cfg/web/custom-config.js below But for whatever film strip view won’t appear on mobile even though it shows on desktop. What can I do to fix this?…
Poliakoff
  • 1,592
  • 1
  • 21
  • 40
0
votes
1 answer

Set of environment for next using in Ansible playbook

I have a file with some…
Oleg
  • 161
  • 1
  • 2
  • 10
0
votes
0 answers

Library not found for -lreact-native-jitsi-meet ios

I'm getting an error while archiving the ios build with react-native-jitsi-meet and it works fine for debug. Already tried deleting pods and reinstalling pods, adding the library to linking. enter image description here
0
votes
1 answer

Are there any way to livestream to youtube or facebook from Jitsi Meet without Jibri & Docker Lib Jitsi-meet?

Currently, we are trying to integrate the Livestream feature without the help of jibri & lib jitsi meet. Are there any possibilities by which we can Livestream to any social media without jibri. Can somebody help me with this? Are there any…
0
votes
1 answer

Is there a way to have easily scalable clients in Jitsi?

I'm trying to measure the power consumption of Jitsi servers with varying numbers of clients. current set-up: several different devices all connected locally with a switch to the server Problem : it is inefficient and unfeasible for scaling…
0
votes
1 answer

I am using "jitsi meet" in Flutter. I want to get rid of the menu tabs on the call screen

I want to hide this part.Please tell me how to do that. I've added the code for "featureFlags" below the image, and I wrote the code for "var options = JitsiMeetingOptions(room: url)" below the image. My code Future joinMeeting(String url,…
0
votes
1 answer

Is there possible to set a trusted TLS certificate in a local server?

I'm trying to use jitsi server in a local server project. I have to connect a mobile app to it. Can I trust my HTTPS certificate in a local server?
moigamijunior
  • 85
  • 1
  • 7
0
votes
1 answer

Where clause get nothing & (local.ERROR: Undefined variable: meeting) even if defined

Instructor or Customer want to join a meeting through jitsi-meet which one of admin creates before. But when someone tried to join, this -> "local.ERROR: Undefined variable: meeting" error showing. I var_dump $jitsimeetings from where clause but…
imonDev
  • 13
  • 1
  • 5