Questions tagged [jitsi-meet]
246 questions
2
votes
4 answers
JITSI video meet - Is there any config or API to kick out all the participants when the host/moderator leaves the meeting?
I installed JITSI and created a video meeting platform. I created a meeting and shared it with my friends.
I am the host/moderator of the meeting. My friends who joined the meeting are all participants. Now when I leave/disconnect the meeting, it is…

Muthu
- 87
- 2
- 9
2
votes
1 answer
Record participants video stream individually in jitsi-meet
I’m using jitsi for one of our requirement. I have followed quick installation steps to config and install jitsi. I am also using https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe to create room along with some config changes.
One of…

Shastry
- 436
- 1
- 5
- 13
2
votes
2 answers
How to define JitsiMeetExternalAPI in angular 8
I'm using jisti application to implement video call in angular 8,am not understanding JitsiMeetExternalAPI how to define this. please help me on this.(Am getting error as error TS2304: Cannot find name 'JitsiMeetExternalAPI'.).

Eranna
- 21
- 2
2
votes
1 answer
Jitsi "cannot connect to the conference" after authentication has been enabled
I installed my own Jitsi instance on Ubuntu, following the docs using the official packages. That worked like a charm. But I don't want to have a completely open instance, so I followed https://github.com/jitsi/jicofo#secure-domain to require a…

Achim
- 15,415
- 15
- 80
- 144
2
votes
1 answer
Failed to load config from https://10.20.1.98/config.js?room=n...', [TypeError: Network request failed
i am trying to connect jitsi meet server but i am getting this error
Failed to load config from https://10.20.1.98/config.js?room=n...', [TypeError: Network request failed]
i install rocket.chat and jitsi in local server and want to connect my…

Adras
- 21
- 1
2
votes
0 answers
XCAP xml format
i'm trying to upload contacts to jitsi SIP account using XCAP server option and using my SIP server as XCAP server
i want to know XML format supported by XCAP , my XML file format is as below. but my XCAP Server not getting it while requesting that…

Milan Suthar
- 352
- 1
- 2
- 17
2
votes
3 answers
Failed to resolve: org.jitsi.react:jitsi-meet-sdk:+
I am trying to integrate Jitsi Meet Android SDK into a simple project in native Android but it is failing to build and throwing the following error:
Failed to resolve: org.jitsi.react:jitsi-meet-sdk:+
I followed the jitsi-meet documentation for…

ashwin mahajan
- 1,654
- 5
- 27
- 50
2
votes
0 answers
Jisti Videobridge using Node js
Currenrtly we are using Kurento for 1-many & many-many video calls using Node Js ( Kurento Tutorial ).
We are now planning to move to Jitsi-videobridge.
Is there any example / tutorial of how to use Jitsi-videobridge with NodeJs?
All I could find is…

Hemanshu Belani
- 199
- 3
- 13
1
vote
0 answers
How I can add custom UI for lib-jitsi-meet-dist
I need to render call window
I enter with code
import React from 'react';
// @ts-ignore: error message
import JitsiMeetJS from 'lib-jitsi-meet-dist';
const App: React.FC = () => {
const roomName = 'conf';
const options = {
width: 800,
…

Эмиль Новиков
- 11
- 2
1
vote
0 answers
Flutter: Camera doesn't work in web view jitsi
Who can tell you what the problem is.
A link to the conference is launched in the webview, let's say jitsi, all rights are granted (microphone, camera). The microphone works fine, the interlocutor hears me and I hear him. But there is a problem with…

ike13
- 137
- 1
- 11
1
vote
0 answers
Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT
Integrated Jitsi Meet SDK with latest version on iOS
It's working with two three time then crashed app with below error
Getting crashed with Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT.…

S K
- 81
- 1
- 8
1
vote
0 answers
Flutter jitsi integration error "No signature of method: build_9le4dq801rzqeyi0flt458p09.android() is applicable for argument types:"
In Flutter 3, Android I'm trying to integrate Jitsi using jitsi_meet_v1: ^5.0.0 package. The problem I face; when I add proguard rules in app/build.gradle I get bellow error
+1 ms] FAILURE: Build failed with an exception.
[ +1 ms] * Where:
[ …

Zia
- 506
- 3
- 20
1
vote
1 answer
Jitsi meet plus in flutter is not working on android 12
When run on android 12 it's show me an error like this
[INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI:
/data/app/vmdl752003294.tmp/base.apk (at Binary XML file line #235):
org.jitsi.meet.sdk.ConnectionService:…

Abir Ahsan
- 2,649
- 29
- 51
1
vote
1 answer
Flutter jitsi meet not working on android after release
it was working in release apk but after deployment steps its no longer working it crash whenever i try to join a meeting
with error
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):…

ialyzaafan
- 378
- 6
- 21
1
vote
1 answer
Flutter - Connectycube_flutter_callkit not working in the background or terminated
i'm using connectycube for receiving calls but when i accept call while is in the background like the image below
it navigates me the home page but not the call here is the code
void videocaller( var friendName){
Uuid uuid = Uuid();
CallEvent…

alaa
- 93
- 1
- 6