Questions tagged [jitsi-meet]

246 questions
0
votes
1 answer

Flutter app crashes on Android device when I try to launch a new meeting using Jitsi Meet

I have built a Flutter app which lets a user create or join a meeting. I have used Jitsi Meet plugin: https://pub.dev/packages/jitsi_meet I have added a proguard-rules.pro file in android/app folder of my project and added the following code to that…
Ayan Dasgupta
  • 304
  • 1
  • 4
  • 11
0
votes
0 answers

Installed jitsi in ubuntu but is showing just the default ubuntu html page

Recently I have installed jitsi meet in my ubuntu server but when I go to my domain it just show the default ubuntu html page https://prnt.sc/gZpGO21QpUx8 Thank You I have tried to edit the default.conf file but no results.
0
votes
1 answer

Jitsi Meet - event for user muted by other participant in the meeting

I have requirement to show custom notification, if the user is muted by other participant in the meeting. I have used audiomutestatuschanged event, It is detected when user mutes/unmutes himself but it is not detected when muted by someone else in…
Dimple
  • 173
  • 2
  • 13
0
votes
0 answers

I am not able to run my flutter app beacause of this error of Jitsi meet package for FLUTTER

Launching lib\main.dart on CPH2381 in debug mode... Running Gradle task 'assembleDebug'... WARNING: [Processor] Library 'C:\Users\Yusuf…
0
votes
0 answers

VS Code not recognizing make command

NODE_OPTIONS=--max-old-space-size=8192 .\node_modules.bin\webpack 'NODE_OPTIONS' is not recognized as an internal or external command, operable program or batch file. Makefile:30: recipe for target 'compile' failed make: *** [compile] Error 1 when…
user17721399
0
votes
0 answers

Flutter jitsi meet sdk changing ui

hello iam using Jitsi meet SDK in my flutter app and iam self hosting meetings as below…
ialyzaafan
  • 378
  • 6
  • 21
0
votes
0 answers

Android: Unable to establish Jitsi meeting (JitsiMeetSDK: Cannot join, view is null)

Integrating Jitsi Sample in my project. but meeting unable to establish getting Cannot join, view is null error in logs. can anyone suggest what could be the issue? class MainActivity : AppCompatActivity() { lateinit var binding:…
NareshRavva
  • 823
  • 3
  • 21
  • 50
0
votes
0 answers

I am unable to see video and shared screen of jitsi web user on my android application user (flutter)

I have used jitsi web plugin for web setup and used jitsi meet for android. Please help me solve my issue. android image web app jitsi plugin used : https://pub.dev/packages/jitsi_meet_web_plugin
0
votes
1 answer

Jitsi: Unable to change default user avatar

I have integrated Jetsi directly in my React app using the API (Without a self-hosted server). I have been trying to find a way to change the default avatar when the user camera is off. According to the documentation, I can override this…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
0
votes
0 answers

guest error when entering the room on jitsi

I installed jitsi application with docker on my own server, I activated login control with jwt token. With the jwt token I created with SECRET_KEY, the host can login, but other users cannot join the room. They get the error I mentioned below. my…
Serkan Gün
  • 332
  • 1
  • 2
  • 12
0
votes
0 answers

"trimmed" jitsi meet from source installation on Ubuntu 20.04

There is a task to set up Jitsi Meet on my own server (Ubuntu 20.04 (Focal Fossa)) and delete all the functionality as much as possible (only audio and cameras should work, so no YouTube, no screen sharing, etc.). Maybe somewhere there are ready…
0
votes
1 answer

how can I directly create a meeting in flutter jitsi meet after changing the server url without authentification?

I'm using jitsi meet package for a video conferencing app, every thing is working perfectly when create a meeting with the default serverURL. as in the code : the problem accur when deleting the // so my serverURL will be actif.so i got this: any…
MD ZDN
  • 209
  • 2
  • 8
0
votes
1 answer

Unable to successfully configure turn server with Jitsi-docker on Ubuntu 20.0.4 on GCP

I’ve setup Jitsi meet on my GCP instance for testing purposes with NGINX and Turn server(running as docker container). In my My nginx.conf ,I added the following lines : location /xmpp-websocket { proxy_pass https://myapp.one:443;…
Earthling
  • 83
  • 3
  • 13
0
votes
1 answer

Jitsi Meet and Sendbird class conflicts

I want to integrate the Jitsi meeting and send-bird into my project. For that, I added the below dependencies. implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.15' implementation…
0
votes
1 answer

Flutter Jitsi meet IOS xcode build "PiPViewCoordinator?" error on Macbook M1 pro

I am getting this build error for IOS, while integrating jitsi_meet 4.0.0 in a flutter. I am unable to run my application on simulator, as I am getting this PiPViewCoordinator error. Has anyone else faced issue before? Xcode Build Error **…
Tushar Asodariya
  • 629
  • 2
  • 7
  • 20