Questions tagged [jitsi-meet]

246 questions
1
vote
1 answer

How to setup Jitsi Meet on a custom Kubernetes

We have a single node kubernetes environment hosted on an on prem server and we are attempting to host jitsi on it as a single pod. Jitsi web, jicofo, jvb and the prosody will be in on one pod rather than having separate pods for each (reference…
lp_nave
  • 244
  • 3
  • 17
1
vote
3 answers

Jitsi meet in flutter not working on android 12

I have integrated jitsi_flutter for group calls. But, the app is not installed in the latest android supported version 12. Here is the link for jitsi_flutter, which I have used. https://github.com/gunschu/jitsi_meet I am getting this issue when…
Merry
  • 420
  • 4
  • 19
1
vote
2 answers

value=(@string/app_name). add 'tools:replace="android:label"' to element at AndroidManifest.xml:3:4-40:19 to override. Error in flutter

I got like below error while using jitsi_meet plugin. I add AndroidManifest.xml file also but i got error. I add my app name also. C:\Users\ammu\AndroidStudioProjects\Clinic_app\android\app\src\debug\AndroidManifest.xml:4:9-35 Error: Attribute…
Ammukrish
  • 85
  • 1
  • 8
1
vote
0 answers

In latest react-native version 'jitsi' meet call buttons are not working in android

I have integrated react-native jitsi sdk in my application. In ios it is working fine, but in android no buttons are working of meeting conference. Can anyone help me how can I fix this issue ? Configurations : "react-native":…
Blaze Lee
  • 31
  • 6
1
vote
0 answers

Not having all the errors captured in Sentry SDK in Jitsi meet web project

We have jitsi meet hosted in our own server, and we want to capture errors in client browser side in Sentry. I have added Sentry initialization in Jitsi meet project in react/index.web.js file After deploy and run, I can get the error log in Sentry…
MMSmmsbd
  • 113
  • 1
  • 10
1
vote
2 answers

Jitsi Meet works on Firefox and Microsoft Edge but not on Chrome

I use jitsi meet in my angular project, but face a problem with google chrome. I tried it on firefox and microsoft edge, it works good. 022-01-19T13:00:01.737Z [JitsiMeetJS.js] : UnhandledError: Cannot destructure…
juv.expert
  • 11
  • 2
1
vote
1 answer

Get Display Media for an iFrame

I am using iframe to open a Jitsi meeting room. This meeting room has video/audio/screen-sharing features. Now my issue is that since it is an iframe, I have to allow permissions for the display media. I do that as you can see given below but I also…
Vika
  • 419
  • 1
  • 13
1
vote
1 answer

How to add log in Jitsi prosody plugin lua files

I am trying to add some log in Jitsi meet prosody module Lua files. e.g : in mod_muc_allowners.Lua file. How to add logs in these lua files and where can I check this? mod_muc_allowners.Lua mod_av_moderation_component.lua in this file, suppose I…
MMSmmsbd
  • 113
  • 1
  • 10
1
vote
0 answers

Issue with npm install in Jitsi Meet

I am facing a problem with building jitsi-meet from source n localhost, I have cloned the repository and run npm i command but got the following error npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10…
1
vote
1 answer

Ways or Methods to integrate livestream internally in our application?

Currently, we have our stable build of Jitsi-Meet, then customized it & added some new features for our target customers. Now we are planning to integrate the Livestream feature into our application. We have found out that Jitsi uses an internal…
1
vote
0 answers

Is it possible to generate only Jitsi Meet link programatically (without any jitsi UI)

I had tried Jitsi IFrame API in my react application but it give its own UI. I just want only an url of jitsi meet and send it to the email. Tried this link…
1
vote
1 answer

Jitsi External API configuration

I'm new with Jitsi and I'm trying to configure the Jitsi External API on my Django project. I have created the video call as below. const domain = 'meet.jit.si'; const options = { roomName: 'BeehobMeetExample', width: 1100, height: 700, …
Aslı Kök
  • 616
  • 8
  • 19
1
vote
0 answers

Integrating a screen pen to Jitsi-meet electron desktop app

I would like to add some features to Jitsi-meet electron desktop app for online education purposes. The thing I'm searching for is, is it possible to add a pen which enable user to draw screen even if the app is in screenshare mode or minimized?…
1
vote
1 answer

BroadcastEvent is undefined in jitsi android sdk sample

According to this link, I am using jitsi Android SDK BroadcastEvent is undefined in jitsi Android SDK sample
Hossein Kurd
  • 3,184
  • 3
  • 41
  • 71
1
vote
0 answers

Encoding JWT tokens with public/private keys

I am trying to get encoded JWT (https://jwt.io/) token from the decoded inputs (RS256 algorithm) from https://jwt.io/. Issue is that I have public and private keys but I am not sure how to use them in javascript for encoding. I am using crypto.js…
Mitch
  • 41
  • 5