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…
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…
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…
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 !
user2083524
  • 121
  • 1
  • 5
  • 16
1
vote
0 answers

Localize jitsi_meet_flutter

Trying to connect to my jitsi server from my mobile flutter app using jitsi_meet_flutter plugin which calls the server like this .invokeMethod('joinMeeting', { 'room': options.room?.trim(), 'serverURL':…
Jaime
  • 824
  • 1
  • 9
  • 29
1
vote
0 answers

Openfire meeting - Jitsi Conference Failed Connection Error

We are trying to deploy our Jitsi Meet instance. We've installed Openfire Meeting Plugin. I can see that the plugin was installed successfully. When I access the Jitsi URL /ofmeet/DemoMeeting1 it prompts me for username and password. After entering…
java_ninja
  • 53
  • 1
  • 6
1
vote
0 answers

Detect access to camera and/or video from another apps in Electron

We are developing an application using Electron that joins meetings through WebRTC. We want to know if it is possible to detect when a call from another application (Skype, Facebook, etc.) was received in order to disable the camera and microphone…
1
vote
3 answers

Not able to start recording in Jitsi with Jibri

I used this tutorial https://github.com/jitsi/jibri and this video https://www.youtube.com/watch?v=OHHoqKCjJ0E 2 to install jibri But I am not able to start the recording On the Jitsi side In the…
Anuswadh
  • 542
  • 1
  • 11
  • 19
1
vote
0 answers

Can we use both OpenTok and Jitsi in a single Android project?

My Android application has OpenTok already. I am trying to add Jitsi to my project. I'm getting the following build issues: Type org.webrtc.EglBase$Context is referenced as an interface from org.webrtc.EglBase14$Context and Duplicate class…
Sohail
  • 81
  • 1
  • 3
1
vote
1 answer

TypeError: null is not an object (evaluating 'n.default.configureProps') React Native Jitsi Meet

I am facing an issue in my live react native app with JitsiMeet integration. I am using this library for jitsi-meet integration in my app. Now whenever I click on button to start video call via jitsi-meet,my app always crash with below…
AndiM
  • 2,196
  • 2
  • 21
  • 38