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

Record participants video stream individually in jitsi-meet

I’m using jitsi for one of our requirement. I have followed quick installation steps to config and install jitsi. I am also using https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe to create room along with some config changes. One of…
Shastry
  • 436
  • 1
  • 5
  • 13
2
votes
2 answers

How to define JitsiMeetExternalAPI in angular 8

I'm using jisti application to implement video call in angular 8,am not understanding JitsiMeetExternalAPI how to define this. please help me on this.(Am getting error as error TS2304: Cannot find name 'JitsiMeetExternalAPI'.).
Eranna
  • 21
  • 2
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,523
  • 13
  • 10
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
  • 15,415
  • 15
  • 80
  • 144
2
votes
0 answers

XCAP xml format

i'm trying to upload contacts to jitsi SIP account using XCAP server option and using my SIP server as XCAP server i want to know XML format supported by XCAP , my XML file format is as below. but my XCAP Server not getting it while requesting that…
Milan Suthar
  • 352
  • 1
  • 2
  • 17
2
votes
0 answers

Jitsi On iOS 9 call get disconnected after some seconds of conectiveity

Description In my system I initiate call procedure form web and send a connect information to client using XMPP message. Once client receive message it joins the room that web created and call get stablished, all this work fine with my iphone 7 and…
rptwsthi
  • 10,094
  • 10
  • 68
  • 109
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
  • 10,094
  • 10
  • 68
  • 109
2
votes
0 answers

Jisti Videobridge using Node js

Currenrtly we are using Kurento for 1-many & many-many video calls using Node Js ( Kurento Tutorial ). We are now planning to move to Jitsi-videobridge. Is there any example / tutorial of how to use Jitsi-videobridge with NodeJs? All I could find is…
Hemanshu Belani
  • 199
  • 3
  • 13
2
votes
1 answer

Archive Validation error: Unsupported Architecture, Invalid Segment Alignment, etc ~Jitsi Meet

I'm trying to use Jitsi Meet Framework and I tested on simulator and on actual device, both run well. Until I try to archive the app and validate. It gives these errors: iTunes Store operation failed. Unsupported Architectures. The executable for…
Subkhan Sarif
  • 459
  • 9
  • 20
2
votes
2 answers

For one to many livestreaming which among jitsi videobridge and janus gateway would be cheaper?

These are what I am talking about: https://github.com/meetecho/janus-gateway https://github.com/jitsi/jitsi-videobridge The scalability I am looking for is say 1 to 10k users in a single live stream.
ishandutta2007
  • 16,676
  • 16
  • 93
  • 129
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
Pawan kumar sharma
  • 654
  • 1
  • 7
  • 21
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
  • 365
  • 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
  • 361
  • 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,715
  • 11
  • 67
  • 131