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 set max user in jitsi room

I want to change the setting of max user limit of jitsi in one room, cause I saw there was notifyMaxUsersLimitReached in UI.js, so where should I set this value? In jicofo or videobridge? is it there: …
xubeiyan
  • 193
  • 1
  • 9
0
votes
2 answers

Jitsi - meet framework configuration in iOS

How to configure Jitsi-meet framework in iOS swift project to enable video call service?
Zeona
  • 23
  • 1
  • 10
0
votes
1 answer

jitsi meet android sdk configuation issue

enter image description here I AM NOT ABLE TO LOAD MY URL FOR JITSI IN ANDROID i.e. jitsiView.loadURL("http://example.org/aayush"); BUT IT LOADs DEFAULT JITSI URL IN ANDROID FOR TEST i.e. view.loadURL("https://meet.jit.si/Test123"); it shows…
0
votes
1 answer

Is whatsapp ,messenger ,facebook, skype uses webrtc for audio video streaming (for video confernce) in ios

I am using jitsi- meet for video conferencing app so if I use jitsi-meet URL to load on webview it says "Webrtc is not supported for your browser" , I just want to know what should I use to support webrtc in webview (In Ios swift)
0
votes
1 answer

Embed OkHTTP to jitsi-meet in my app

I have developed a 'jitsi-meet' Android Application, and I want to add 'OkHttp' for listening web socket connections. My Android Studio version is 3.0.0. implementation 'org.jitsi.react:jitsi-meet-sdk:1.9.0' implementation…
0
votes
1 answer

host -unknown by using docker-compose and jitsi-meet

My goal is to run jitsi-meet and another docker container on my CentOS. For this purpose, i created a docker-compose.yml file: version: '2' services: jitsi-meet: image: robertoandrade/jitsi-meet container_name: jitsi-meet …
Tom
  • 977
  • 11
  • 18
0
votes
1 answer

etherpad-lite permission denied, open './SESSIONKEY.txt'

using centos 7 node v8.6.0 npm v5.3.0 trying to setup etherpad on centos like described here: https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems It should be used inside Jitsi-meet:…
Leo
  • 380
  • 1
  • 17
0
votes
1 answer

How do I compile Jicofo from source?

I've previously installed Jicofo using sudo apt install jitsi-meet, but now I want to change some things so I'm trying to compile Jicofo from source. I did mvn clean compile package -DskipTests and it created a JAR file. I then replaced…
Joshua Walsh
  • 1,915
  • 5
  • 25
  • 50
0
votes
0 answers

jitsi-meet [conference.js] : CONFERENCE FAILED: conference.videobridgeNotAvailable

[JitsiMeetJS.js] : UnhandledError: null Script: null Line: null Column: null StackTrace: Error: Jingle error:…
0
votes
0 answers

Jitsi Jirecon issue while starting the recording component

I know that jirecon is out of scope [ support ] from jitsi-meet but the new solution Jibri is not applicable to my appliance of jitsi-meet and recording is very much needed in my case , so here is my issue when I start a conference I notice that…
AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
0
votes
1 answer

issue running Jitsi-meet [ jicofo component ]?

I have followed the manual-install steps and when I try to run the components jitsi-videobridge-linux-x86-971 and jicofo I have the following exception : Jicofo 2017-07-23 11:30:33.985 SEVERE: [30] org.jitsi.meet.ComponentMain.call().278…
AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
0
votes
2 answers

Having an issue installing jitsi-meet?

I am facing a problem with Installing jitsi-meet , I have followed the instruction that you can find in this page [ my system is ubuntu 14.04] https://github.com/jitsi/jitsi-meet and when I executed the npm install I had this stack trace : npm http…
AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
0
votes
1 answer

Try jitsi meet with raspberry pi

I tried to use jitsi meet for video conference on raspberry. First, I use the public server at https://meet.jit.si/ to create a room and joins to that room from my raspberry pi 3 board. I have a picam camera v1 plug in to pi board and an external…
user1476362
  • 1
  • 1
  • 2
0
votes
1 answer

Different Kurento API's Capability

I was going through kurento API's there are three types, JAVA, Nodejs and Javascript API. I am trying to use javascript API, does any of you know that is it possible to have group audio/video calling, and audio recording with Javascript API? Also,…
Archer
  • 79
  • 1
  • 6
0
votes
1 answer

MeetRTC demo not connected to web

https://github.com/Teamxrtc/MeetRTC_iOS I am running MeetRTC demo app to connect into browser room already created in safari. But I have error Socket closed. Stream end encountered. For instance, https://meet.jit.si/apple in browser bridge - room…