Questions tagged [jitsi-meet]
246 questions
1
vote
0 answers
React Native + lib-jitsi-meet - audio/video tracks not getting added to the conference
We are trying to create a React Native mobile app for Jitsi from scratch using the lib-jitsi-meet API, and we have a self-hosted jitsi-meet on AWS server and we followed quick-install guide. For the purpose of this post, the URL is…

SaiKumar Immadi
- 107
- 1
- 10
1
vote
0 answers
How to understand the source code of Jitsi to modify or add some features as per requirements
I would like to modify/customize the Jitsi. For that, I would like to
understand the calls involved and other interfaces communicating with each other.
It would be a great help if anyone suggests what is the best way to proceed or
any code browsing…

Amarjeet Sharma
- 33
- 4
1
vote
1 answer
How to integrate Jitsi-Meet with reactjs web
I got a requirement to integrate jitsi-meet with reactjs web in my project. I went through below…

Natarajan Nagarajugari
- 384
- 1
- 8
- 24
1
vote
2 answers
Open an app which is not in background using FCM
My project is based on jitsi meet for android. I'm planning to go with react-native and firebase. The requirement is if one person calls the other person they will receive a call screen with ringtone. How can I achieve this if the app is not running…

deluxan
- 372
- 1
- 5
- 22
1
vote
0 answers
Authentication in Iframe APi Jitsi
I have self-hosted Jitsi meet instance. I have also created an authentication. Now all I want is to pass the authentication parameter in IframeApi, the image below:
Instead of login from the displayed dialog box. I want to pass authentication from…

Yubaraj Shrestha
- 864
- 1
- 10
- 16
1
vote
0 answers
How to calculate server compute for jitsi video calls
I am using Jitsi for audio/video calls, I am able to access the bandwidth per call but I want to calculate the computation cost per call. Zoom is providing a subscription model and having a number of users limitations per call, and having price in…

Anil Kumar Panigrahi
- 109
- 1
- 5
- 15
1
vote
1 answer
Jitsi meet API persistnet room with password
I want to create a chat room using the Jitsi meet API (https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe) in advance with the room having a password.
The problem which I encounter is that the pwd is only valid as long as the meeting…

Jacob
- 3,580
- 22
- 82
- 146
1
vote
0 answers
Take screenshot of jitsi conference
I'm looking to add a screenshot functionality to our jitsi installation. The idea is that the moderator can press a button to take a screenshot of the video conference and the screenshot will be uploaded to our server.
Is it possible? If yes then…

Muhammadpen
- 55
- 2
- 10
1
vote
1 answer
how to enable mobile browser in jitsi-meet with api
can anyone help me with this, how to enable chrome browser use for jitsi meet on android and ios with jitsi meet api
i set disableDeepLinking: true and MOBILE_APP_PROMO: false but it doesnt work.
thank you !