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
0 answers

JitsiMeet conversion to BigBlueButton

In order to develop a mobile app for the web app, which is already made on my company's server (which is based on BigBlueButton platform), I have a requirement of connecting to BigBlueButton conference / room using jitsi-meet code of react-native. I…
0
votes
2 answers

Taking screenshot of jitsi meet conference using HTML2canvas

After adding a button to my jitsi install (via this thread), I am now trying to use htlm2canvas to take a screenshot of the video conference. However, when I run the function, it returns the video as black, even though its showing on…
Muhammadpen
  • 55
  • 2
  • 10
0
votes
1 answer

LDAP query for Window AD

For authentication in Jitsi Meet, we would like to read out a Windows AD group with an ldap query. Unfortunately our ldap query does not…
SvenB
  • 1
0
votes
2 answers

Can I host JITSI Meet streaming from own server?

I'm looking for streaming of audio and Video call using JITSI Meet. But I do not want the streaming server to be hosted on JITSI. Can I host on own server?
0
votes
0 answers

Jitsi meet Video and Muted in IOS

Jitsi meet application configured and setup working correctly. Meeting working perfectly in all other platform except iOS. The Jitsi on my browser and android is working really fine. But on iOS to iOS and iOS to Android and iOS to the web, there are…
Rajesh M P
  • 477
  • 1
  • 10
  • 21
0
votes
0 answers

gpg: no valid OpenPGP data found. installing jitsi

I am trying to install jitsi on digital ocean Ubuntu 18.04.3 (LTS) x64. When i try to command wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - Then I Got gpg: no valid OpenPGP data found How Can I fixed this?
0
votes
3 answers

How to run this android studio app from github?

I downloaded this git repository: https://github.com/jitsi/libjitsi It contains two examples, but when I try to run them, the run button is disabled: When I select in the menu "Run" -> "Run", it tells me to add the edit configurations for the app…
Boommeister
  • 1,591
  • 2
  • 15
  • 54
0
votes
0 answers

Log warning on jitsi meet linux ubuntu

In the jvb.log I have this warning on more rows: "Got sctp association state update: 1 sctp is now up. was ready? false" It's normal? Why? Have you a solution for clean this message? Thanks
0
votes
2 answers

Xamarin Android bindings library for Jitsi

I'm trying to create in Xamarin Android the Jitsi Bindings Library. I've got all the dependecies aar (66 items) by following this guide: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-android-sdk (Maven repository…
ʞᴉɯ
  • 5,376
  • 7
  • 52
  • 89
0
votes
1 answer

can i Change jitsi front-end and download from own repository

I want to some changes in jitsi and install from my own repository. Actually after some changes, i want to install it in many servers with each servers have unique domain.
0
votes
1 answer

How to send text messages in Jitsi?

I'm developing a standard video call application using Jitsi; I want an additional feature to let the other party know something lik "I'll be late a few minutes" Jitsi has a built-in text chatting; but I don't know how it can be used outside the…
Ace
  • 420
  • 2
  • 8
  • 25
0
votes
1 answer

Failed to load Jitsi Meet API - Error in lib-jitsi-meet during initJitsiConference (TypeError: Cannot read property ‘substr’)

I'm trying to use the Jitsi Meet API to create Jitsi Meet video conferences with custom GUI. I’m receiving a Uncaught TypeError: Cannot read property 'substr' of null when calling initJitsiConference(). Characteristics of the system…
samuelpeixoto
  • 21
  • 1
  • 5
0
votes
1 answer

Change the default camera in jitsi-sdk for android

I'm developing my own video-conference Android-App and using the jitsi-sdk. But I want to set the back camera of my Smartphone as default. The user can change it once the conference is launched, but my goal is to change it before the conference…
Joey
  • 21
  • 10
0
votes
1 answer

No option for recording conference in JITSI

I install jitsi on my server (Debian 10.3). The server is located behind nat. jitsi works well. But in my conference no option for recording and translating the conference image
0
votes
1 answer

Gathering stats from Jitsi

I have set up a jitsi server from packages and now I'm trying to log some connection stats to a database. For example, PUT some little blobs of data about significant bitrate changes. I feel familiar with JavaScript and somewhat familiar with…
Džuris
  • 2,115
  • 3
  • 27
  • 55