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:

287 questions
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
  • 918
  • 6
  • 20
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
  • 691
  • 1
  • 12
  • 25
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
  • 111
  • 9
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
  • 111
  • 9
2
votes
0 answers

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
  • 29,080
  • 65
  • 239
  • 450
2
votes
1 answer

How to close jitsi a conference room in android?

i have a global variable: JitsiMeetActivity session; when i want to join the room i call: session = new JitsiMeetActivity(); session.launch(this, options); which works fine. but how can i close it programmatically? if i try to…
Elad
  • 1,035
  • 9
  • 7
2
votes
1 answer

Jitsi "cannot connect to the conference" after authentication has been enabled

I installed my own Jitsi instance on Ubuntu, following the docs using the official packages. That worked like a charm. But I don't want to have a completely open instance, so I followed https://github.com/jitsi/jicofo#secure-domain to require a…
Achim
  • 14,333
  • 13
  • 70
  • 128
2
votes
0 answers

Creating video conferencing example in jitsi-meet

I am exploring WebRTC based solutions for video conferencing. Have found Jitsi to be one of the prominent candidate to look around from various frameworks. Example Code:
Hardik Mishra
  • 14,171
  • 9
  • 58
  • 94
2
votes
2 answers

Create Jitsi Meet Framework for native iOS application and integrate in Xcode Project

I have checked details from Jitsi meet website and git repo to implement it in native application. Some how once build command executed I am not able to find the framework in mentioned location. Neither am I able to identify the symbolic location…
rptwsthi
  • 9,855
  • 10
  • 65
  • 102
2
votes
1 answer

Unable to compile jitsi android source code in android studio

When i am import the jitsi-meet android source code in android studio. then there is compiler error. Failed to resolve: Could not resolve project :react-native-immersive. Required by: project :app > project :sdk Open File
2
votes
1 answer

WebRTC: Is there a SFU that operates at the transport layer?

I'm running a WebRTC based service and currently investigating the requirements for WebRTC conference chats with approx. 10 users. Therefore I'd like to run a Selective Forwarding Unit (SFU). I know about janus and jitsi videobridge, but am a little…
Greg
  • 355
  • 1
  • 3
  • 12
2
votes
1 answer

Jitsi include external jar for customization

Currently I am working on customization of Open Source Jitsi. And Somehow, I want to add 3rd party jar for customization. I tried a lot to include 3rd party jar but I am facing this error. So please help me to get rid of this error or provide some…
Darshit
  • 351
  • 2
  • 13
2
votes
0 answers

LibJitsi Error with MediaDevice configuration

I am trying to build a Libjitsi audio-conferencing component for integration in a larger applet, starting from org.jitsi.examples.AVReceive2 and *.AVTransmit2 as templates. I have those examples up and running properly on one computer, but on every…
David
  • 21
  • 2
2
votes
1 answer

How modify ice4j LocalCandidate

I am using libjitsi / ice4j in my server application and would like to modify my local candidates before I call Agent.startConnectivityEstablishment(), is there a way to modify the priority or any other property to force prioritization of one…
Paul Gregoire
  • 9,350
  • 11
  • 56
  • 128
2
votes
0 answers

Run runnable with properties (Jitsi)

I wanted to create runnable jar of Jitsi, one of the most popular SIP communicator. So, I have packaged Jitsi as a runnable jar. It can be used when this runnable jar is passed appropriate VM arguments,…
Lukasz Ciesluk
  • 698
  • 1
  • 16
  • 29
1 2
3
19 20