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
1 answer

Unable to enable muc_size prosody plugin

Community forum topic link Getting similar error mentioned in the post. Error while installing luajwtjitsi I have enabled the muc_size plugin. Then I restarted the prosody and jicofo server. systemctl restart prosody && systemctl restart jicofo I…
Asif
  • 71
  • 4
0
votes
1 answer

Jitsi call disconnect after dial in android

I am using openfire and I wanted to add voice and video call feature in my app. First I have made installed two plugins ofmeet.jar and offocus.jar. Then I have installed lets encrypt wild card certificate in openfire. ex: /snap/bin/certbot certonly…
0
votes
1 answer

Use Jitsi Meet installation with Firefox

I have followed the default installation guide of Jitsi, and it works fine using Chrome browser. However, if I use Firefox, the video nor audio is transmitted to the other side and they both view a black screen. However, for meet.jit.si it works…
Ace
  • 420
  • 2
  • 8
  • 25
0
votes
1 answer

What happens after I change the log level to debug in the docker-compose file in my server? How can I start debugging

I am very new to both servers and Docker. I am trying to have a jwt authentication in my web app (Jitsi-meet is integrated). But I couldn't do it. Then I was suggested that I change the "prosody" variable's log level to DEBUG. And thus I…
codertryer
  • 359
  • 3
  • 12
0
votes
1 answer

After changing the .env file, is it enough to execute "docker-compose up d" to apply changes?

firstly I wanna start by saying that I am not familier with servers and Docker. So take it easy on me. I am making some changes to a server I connected through google console cloud. The changes are in the .env file. I made some configuration…
codertryer
  • 359
  • 3
  • 12
0
votes
3 answers

How to turn off invite person option in Jitsi Meet Activity in android studio

I'm working on an android application in which I'm using Jitsi Meet API for video and conferencing but on the meeting page, there is an option to invite people which take to the browser and ask to download Jitsi meet app which I don't want to show…
Akshay Rajput
  • 250
  • 4
  • 11
0
votes
1 answer

Audiocontext was not allowed to start in lib-jitsi-meet

I'm developing a video chat application using lib-jitsi-meet. It's all working fine in Firefox, but when it comes to Chrome, it throws the following error in the console. lib-jitsi-meet.min.js:1 The AudioContext was not allowed to start. It must be…
Pavindu
  • 2,684
  • 6
  • 44
  • 77
0
votes
0 answers

Jitsi Meet make command not working on Windows

I cloned Jitsi Meet repo on Windows but when I try to build with make command it fails (That I installed from GNUWin32). I tried on ubuntu and it worked so that's strictly a Windows issue. This is the error when I tried to…
0
votes
1 answer

How can I know a JitsiMeetActivity is left?

I am trying to implement this scenario: A user receives a Jitsi Conference Call request. After accepting the request, the room name is passed to the user and a new JitsiMeetActivity is launched. The code works until here. I am able to join in on a…
codertryer
  • 359
  • 3
  • 12
0
votes
1 answer

JIbri | I have changed the entries in sip-communicator.properties, but jibri is not reflecting it

So, I made a mistake in the /etc/jitsi/jicofo/sip-communicator.properties file, I fixed it later on, but even after making the changes and restarting all the services, it isn't reflecting in jibri which gives me an error: Can not join…
0
votes
1 answer

How to generate JWT token for the Jitsi payload

I am unable to generate the below payload in C#. Pls if someone can guide. I am using below code which generates wrong output. var securityKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(key)); var credentials = new…
0
votes
0 answers

Render a react component in a new window floating inside the page

The idea is that the video of the call (jitsi) is above the components of the screen and that I can make a call to the picture-in-picture of the screen of this video, so that the user can browse the page and will not lose visibility of the video…
0
votes
2 answers

Change a container postion in react-native

I was trying to customize jitsi-meet. Here toolbar contains video mute, audio mute, and other buttons. How to place the container with blue background in the bottom of the screen? If I remove height property then this whole thing is placed in the…
Shahrear Bin Amin
  • 1,075
  • 13
  • 31
0
votes
1 answer

Appstore submission Error - No Suitable application records where found.Verify your bundle identifier 'org.webrtc.WebRtc'

Appstore submission Error - No Suitable application records where found.Verify your bundle identifier 'org.webrtc.WebRtc', i have checked provisioning profile bundle id and it is not and issue ,Actually this issue occurs due to add thirdparty SDK…
Vadivel
  • 21
  • 4
0
votes
1 answer

java.lang.ClassNotFoundException: while accessing files from another package

I am compiling jitsi to add some changes to the project. I've implemented a few changes and the project is working fine till now. I have come to a point where I need files from this package to this one. I am trying to access…
Jamshaid
  • 370
  • 2
  • 11
  • 40