Questions tagged [lib-jitsi-meet]

20 questions
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
  • 105
  • 1
  • 7
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
  • 1,763
  • 2
  • 33
  • 61
1
vote
3 answers

Jitsi Meet - You have been disconnected

I just followed the "Quick Start" instructions here: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker and then did the changes below: diff --git a/.env b/.env index 6216b49..4e5e235 100644 --- a/.env +++ b/.env @@ -10,22 +10,22…
davidesp
  • 2,546
  • 6
  • 25
  • 59
1
vote
1 answer

Duplicate class org.webrtc.AndroidVideoDecoder while using Jitsi Sdk and quickblox-android-sdk

I am using com.quickblox:quickblox-android-sdk-videochat-webrtc:3.9.1 for Chat and org.jitsi.react:jitsi-meet-sdk:2.10.0 //for Meeting but unable to resolve these issues Duplicate class org.webrtc.AndroidVideoDecoder found in…
Umer
  • 1,693
  • 1
  • 10
  • 14
0
votes
0 answers

Changing subject in Jitsi Room with JS

I am having this next issue with a Jitsi Room which I am handling with Javascript. What I want to achieve is to be able to display a text subject on top of my videocall frame. Also another question I have is to be able to display the avatar image…
Oris Sin
  • 552
  • 5
  • 20
0
votes
0 answers

adding jitsi-Meet video conferencing in react web app using external_api.js

i have added jitsi meet video conferencing in my react web app as described by this link. I have also added react-jitsi component as given in this link the loading meeting... does not go away and is stuck all the time and does not render jitsi…
Fiaz Ahmed Ranjha
  • 149
  • 1
  • 3
  • 14
0
votes
1 answer

Why the jitsi message is cropped?

Problem I'm developing an app using the jitsi-meet sdk for Android and when I join a room, I get a "Connecting you to your server..." message but it's cropped. Do you know how to customize the text cropping or maybe change/delete the message?…
0
votes
0 answers

How to customise jitsi meet height and width of the video conference for android app

I am working to modify Jitsi meet Video screen, I want to customise the video size(height,width) for mobile application.may i know the which component have to modify, Thanks in advance.
Narendar Reddy M
  • 868
  • 1
  • 8
  • 13
0
votes
0 answers

Jitsi Meet set max frame rate on Android to a lower value than 30

We use jitsi-meet custom installation, Is there a way to set max fps to a value like 10 on Android devices? And is it possible to test it on emulator?
Apak
  • 77
  • 9
0
votes
0 answers

How can I get video frames from Jitsi Meet Conference in Flutter

I want to modify the video streaming coming from Jitsi Meet in flutter for adding effects. And I also want to change the default conferencing view and show the frames in my own custom view. But I am unable to access the frame using the library…
Eishon
  • 539
  • 3
  • 7
0
votes
1 answer

how to enable blur background with lib jitsi meet?

I want to enable blur background with lib jitsi meet, I saw jitsi-meet/JitsiStreamBlurEffect.js at master · jitsi/jitsi-meet · GitHub ,but still don’t know how to enable blur background. I checked JitsiTrack setEffect( effect ) ,what is the effect…
Clark Chan
  • 11
  • 2
0
votes
0 answers

Jitsi: Separate UIs for moderator and guests

I've configured Jitsi/Prosody in order to have password authentication for the moderator and no authentication at all for the guests. Now what I want is to have is a separate UI for both participant groups: one UI with standard functionality for the…
manifestor
  • 1,162
  • 4
  • 14
  • 30
0
votes
0 answers

Jitsi-Server setup problem "Unfortunately , Something went wrong,"

Getting error Unfortunately , Something went wrong, after clicking start meeting. 2021-01-19T10:32:13.620Z [JitsiMeetJS.js] : UnhandledError: Focus error, retry after 1000 Script: null Line: null Column: null…
0
votes
0 answers

I was making an app by using jitsimeet sdk by following a tutorial but I'm having an error at a point

Hello I was watching a tutorial from this link https://www.youtube.com/watch?v=B_xSuk8Heew&t=1880s Everything is fine until I try to write this code JitsiMeetConferenceOptions options = new JitsiMeetConferenceOptions.Builder() …
0
votes
0 answers

Error: EACCES: permission denied, open ‘/jitsiFramework/jitsi-meet/lib-jitsi-meet/lib-jitsi-meet.e2ee-worker.js’

Trying to build the jitsi framework in linux machine getting issues I am using sudo user so had full access of machine and also tried by deleting node_module and install it again but getting the same issue Error - Error: EACCES: permission denied,…
1
2