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

Can we add JitsiMeetView to our custom layout?

I need to add JitsiMeetView to my custom layout for a video application. Is it possible ? Here I used - implementation ('org.jitsi.react:jitsi-meet-sdk:2.2.2') { transitive = true } @Override protected void onCreate(Bundle savedInstanceState)…
3
votes
0 answers

Jitsi iOS sdk and Callkit

I am working with JitsiMeet iOS (Create Jitsi Meet Framework for native iOS application and integrate in Xcode Project) for video call implementation in an application. For background mode calling I am trying to achieve a skype like interface. Where…
rptwsthi
  • 10,094
  • 10
  • 68
  • 109
3
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,779
  • 9
  • 61
  • 96
3
votes
2 answers

How to pass user authentication through jitsi-meet external API

I am building chat capability in my web application. I am using jitsi as our chat server. There can be 2-4 user in a video chat session. These session will be locked. Web application will initiate the chat and will control who can join the chat…
Tridib
  • 61
  • 1
  • 5
3
votes
1 answer

Jitsi conversation history location

I am customizing Jitsi and I just want to ask if Jitsi stores conversation locally or on server ? If it stores locally than what is its location ? I have searched a lot but I am helpless. Please Help !
Darshit
  • 361
  • 2
  • 13
3
votes
2 answers

How to connect Jitsi Client to ejabberd Server?

I'm trying to connect Jitsi with ejabberd but getting error "Not connected to server" while server is running and connected to Pidgin client successfully. Can anyone help?
3
votes
1 answer

Conversion to Dalvik format failed with error 1 while compiling jitsi project

I am trying to compile and run the project https://github.com/jitsi/jitsi-android on Eclipse by Importing. I have imported the project successfully,Added External Jar files and Fix some of compilation errors. When I try to run app, It is…
sid
  • 1,116
  • 1
  • 10
  • 27
2
votes
0 answers

Jitsi Meet mute audio and video issue

i'm trying to mute everyone in the conference call to prevent trolling/spamming, but the problem is allowed to umute audio and video at anytime even tho i'm setting the options to be muted by default. P.S : if you have any idea that may help me to…
Toké
  • 45
  • 6
2
votes
1 answer

Live streaming popped up while camera doesn't work on iOS react-native-webview

I've been trying to use WebRTC on iOS platform in React, and I have trouble with 'playsInline' functions. I add both playsInline attributes on video tag, and set 'allowsInlineMediaPlayback' to be true on Webview settings. If camera button is…
2
votes
0 answers

How to set a plain virtual background on the Jitsi video conference?

I'm using Jitsi as self-hosted and I'm trying to set a plain virtual background as default for the video conferences. I have added a background image to the /usr/share/jitsi-meet/images directory and I have added the custom css below to the…
Aslı Kök
  • 616
  • 8
  • 19
2
votes
3 answers

Auto join jitsi meet

I am using Jitsi-Meet iframe Api to have a custom video calling feature. It is working as expected. However I would like to add a feature to this. The feature is to auto-join or auto-start the meeting on http load. How do I do this instead of the…
Dennis
  • 163
  • 1
  • 8
2
votes
1 answer

Flutter Jitsi Stopping in release mode

Adding video meeting functionality in Flutter app using Jitsi. App is working in debug mode, but in release version, as soon as try to join the meeting, app closes. Added proguard-rules.pro file. Plugin documentation on pub.dev says click here to…
M.K. Malik
  • 183
  • 1
  • 2
  • 10
2
votes
0 answers

How to implement the load balancing for jitsi meet?

We have successfully install the jitsi-meet on Ubuntu Server. We followed the following link https://jitsi.org/downloads/ubuntu-debian-installations-instructions/ Now we want to Implement the load balancing technique for a large no. of users and…
user10328862
  • 155
  • 1
  • 3
  • 12
2
votes
0 answers

Need to run / test 1500 concurrent Jitsi meet 1 to 1 conference video calls

I require to run 1.5K concurrent 1 to 1 conference video calls. I need help with planning to test and analyze what server requirements would be needed. The application would need to support 1.5K concurrent 720P video calls. Each call would have only…
2
votes
1 answer

Installing electron with jitsi-meet-electron repo

I have downloaded the jitsi-meet-electron repo for building desktop app from https://github.com/jitsi/jitsi-meet-electron.git Now, when I am trying to install electron using yarn, I am getting the below error.I think the problem is with the robotjs…
1 2
3
22 23