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

How to edit the /etc/jitsi/jibri/jibri.conf for jitsi recording on jibri since /etc/jitsi/jibri/config.json doesn't exist anymore

I’am working on a self-hosting jitsi on a ec2 aws instance, the installation is successfully completed, now i want to record , when configuring jibri i noticed that /etc/jitsi/jibri/config.json is missing, researched a little more on the…
infomr
  • 3
  • 5
0
votes
1 answer

Unable to load config.js

I am using the Jitsi Flutter plugin in conjunction with 8x8's Jitsi-as-a-Service offering to integrate video calls into my mobile app. Immediately after joining a meeting, the call ends and Jitsi closes. The logs indicate that the underlying Jitsi…
IggyBlob
  • 372
  • 2
  • 13
0
votes
1 answer

how to enable blur background with lib jitsi meet?

I want to enable blur background with lib jitsi meet, I saw jitsi-meet/JitsiStreamBlurEffect.js at master · jitsi/jitsi-meet · GitHub ,but still don’t know how to enable blur background. I checked JitsiTrack setEffect( effect ) ,what is the effect…
Clark Chan
  • 31
  • 4
0
votes
2 answers

Custom server jitsi meet with sdk on Android doesn't work

I have a server mounted and functional, I am making my own app for android, with the sdk that is provided, but I can’t get it to connect to my server, it always links to the official meet.jit server. JitsiMeetConferenceOptions options = new…
ebsigma
  • 35
  • 1
  • 6
0
votes
1 answer

How to execute a javascript function in a new window on a buttonclick in html

How to call a javascript function(Jitsi Meet API) on button click and open the result(meeting) in a new window, in this case the function has to open up a new Jitsi meeting I have a javascript function that calls the Jitsi Meet API and opens up or…
NISCHAL ND
  • 13
  • 1
  • 5
0
votes
1 answer

Launch Jitsi Meet App on Mobile from QR code?

I'm doing an event where some people will be walking around with mobile phones and at several locations there will be QR codes. The mobile phone users need to be able to scan the QR codes to get into a face-to-face chat with distant participants on…
Les_h
  • 145
  • 9
0
votes
1 answer

Is it possible to change the Jitsi share url without hosting jitsi on a private server?

I have integrated jitsi in my react app using this module. Here's the code: import React, { useState } from "react"; import { Jutsu } from "react-jutsu"; const App = () => { const [room, setRoom] = useState(""); const [name, setName] =…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
0
votes
1 answer

Jitsi in react native - video conferencing

I want to use Jitsi-meet in react native for video conferencing what is the best method for implementation. Currently I am following this link https://jitsi.github.io/handbook/docs/intro But in this they have used native code for android and iOS Can…
G10dRafaFan
  • 1
  • 1
  • 1
0
votes
1 answer

How Do I set up SIP Conference Calls With Freeswitch and Jitsi

I'm trying to configure my freeswitch instance to route calls to Jitsi meet and join the conference. How do I set that up?
Danwize
  • 141
  • 11
0
votes
0 answers

Puzzling Struggle in building Jitsi from Source

In a few words: this dilemma is about a Jitsi build from source. Are things still only working using docker? Feels unimaginable really. Can’t tell you how much any hints/suggestions would be valued. Have followed the steps from the post…
user1321
  • 71
  • 1
  • 3
0
votes
1 answer

Reordering video tiles in Jitsi - working with DOM

I want to add a function to Jitsi that allows alphabetic ordering of video tiles via booklet function. I used cketti's reorder.js as a basis since it works fine on my machine; however when I run my own script via console, the videos are not…
kaiya
  • 271
  • 1
  • 3
  • 16
0
votes
0 answers

there is Jitsi meeting in objective C

enter image description here I am building a Jitsi meeting in objective C and this is the bug unrecognized selector sent to instance 0x103008570 2021-01-13 16:10:38.421002+0700 hyper[10246:2399644] *** Terminating app due to uncaught exception…
Chíp Thảo
  • 122
  • 6
0
votes
1 answer

How to change a Jitsi IFrame API domain?

So I'm using the Jitsi Meet IFrame API and am looking to get the additional customization that comes from hosting it on my own server...the problem is I'm kinda of a newbie when it comes to this stuff and am not sure exactly what that means. I think…
nickcoding
  • 305
  • 8
  • 35
0
votes
1 answer

How to remove video button while in Flutter Jitsi Meet call screen?

I am using Jitsi Meet Flutter Library in my app and I want to remove video option while in the calling screen(To make it look like its just a voice call). So is there any feasible way or tactic to implement this? Thanks in advance.
0
votes
1 answer

Timed out error when running a selfhosted domain

I was trying to selfhost jitsi meet (used for video conferencing) through my raspberry pi 4 I have followed this tutorial Now, when I try to open my domain (I've got it from no-ip) it takes too long then shows this error: ERR_CONNECTION_TIMED_OUT In…
user9080938