Questions tagged [jitsi-meet]
246 questions
0
votes
1 answer
Android Jitsi SDK: throws exception "Failed to load config"
On Android API32, I am using Jitsi SDK 5.1.0. While connecting to meeting on Jitsi server (not our custom server), it throws following exception. Please check and let me know what might be wrong. Appreciate your help.
Exception stacktrace
Failed to…

Krishnan V S
- 1,124
- 1
- 13
- 31
0
votes
1 answer
Ionic overrides user-agent on ios
I'm developing an cross-platform app for android and ios and I'm stuck with this problem about ionic rewriting ion user agent to ios 13.3.2 and safari 13.0.3. The problem is that I'm using an webrtc platform that don't support safari<14. I'm stuck…
0
votes
1 answer
I am getting this error, when I'm running my Flutter app
e: ............/flutter/.pub-cache/hosted/pub.dartlang.org/jitsi_meet-4.0.0/android/src/main/kotlin/com/gunschu/jitsi_meet/JitsiMeetPlugin.kt: (66, 42): Type mismatch: inferred type is Activity? but Activity was expected
FAILURE: Build failed with…

Shivam
- 11
- 1
0
votes
1 answer
Showing Black Screen on Android in react-native-jitsi-meet
The Jitsi Meet neither JitsiMeetView nor Jitsi Extended Activity is just showing black screen on android
"react-native": "0.66.4"
"react-native-jitsi-meet":"2.2.0"
anyone can help here?

JPithwa
- 63
- 2
- 6
0
votes
1 answer
Kick participant that joins a call
I am using iframe API of Jitsi, I would like to keep the limit of a room to only 3 participants. If a fourth participant joins the room, the participant should automatically get kicked. This is my current api, how do I kick the 4th participant?
var…

Roy
- 17
- 6
0
votes
1 answer
'.' is not recognized as an internal or external command while compiling
Recently I exploring jitsi meet with the latest version, and I try to build the application.
But, after compiling makefile using make on Windows 10, I got an error '.' is not recognized as an internal or external command,operable program or batch…

Wildanzr
- 1
- 1
- 4
0
votes
1 answer
After recording a video, the recording file is missing in jibri
We are trying to self host jitsi-meet.
When we try to add jibri for recording, the recording is done but it is not saved in destination folder.
When we check the logs it looks like:
2022-02-08 04:38:27.177 SEVERE: [192]…

kavitha
- 1
0
votes
1 answer
Flutter using jitsi_meet flutter package generate error on IOS
I am attempting to create a flutter app and integrate the jitsi_meet flutter package i followed the instructions indicated on documentation.
My flutter version and IOS via flutter doctor
Flutter version 2.8.1
develop for iOS and macOS (Xcode…

Sarotobi
- 707
- 1
- 9
- 28
0
votes
2 answers
Is there a way to disable permissions prompt in Safari for Jitsi meet?
I use Jitsi meet in iframe to create a video chat with a custom page layout. It requests browser permissions for using microphone and camera on the first use, just like any other application with video chatting.
There is problem with Safari though:…

Poliakoff
- 1,592
- 1
- 21
- 40
0
votes
1 answer
Jitsi behind ALB connection to websocket
I am struggling with Jitsi behind AWS ALB.
I have configured load balancer, opened TCP: 443, 80, 4443, UDP: 10000.
Created target group etc. frontend works but the video doesn't start:
Error in the console is:
WebSocket connection to…

Daniil
- 105
- 7
0
votes
3 answers
Swift Package Manager and Cocoapods together: Compiler errors in Swift Package after Cocoapod Pod addition
I am developing an iOS app using the ParseSwift SDK. When I set up my project I added ParseSwift via the Swift Package Manager, which worked like a charm. Server connection and saving and querying for data on the server all works and my app compiles…

kk94
- 143
- 1
- 8
0
votes
1 answer
How to configure filmstrip on mobile for custom Jitsi instance?
I am trying to configure my Jitsi meet so it will have filmstrip on mobile.
Please see ~/.jitsi-meet-cfg/web/custom-config.js below
But for whatever film strip view won’t appear on mobile even though it shows on desktop. What can I do to fix this?…

Poliakoff
- 1,592
- 1
- 21
- 40
0
votes
1 answer
How to get recent participants in my android app?
I am using jitsi meet sdk for video conferencing app. But i can't get they recent participant or history.
In original jitsi meet android app had recent option. I don't know how to get that.

app dev
- 1
0
votes
2 answers
How to customize the UserInterface of Jitsi Meet implemented using API in Android Studio?
I want to customize the user interface of Jitsi Meet. I want to remove the "Invite others" option located at the center bottom. How can I do that in Android Studio using java?
protected void onCreate(Bundle savedInstanceState) {
…

Huzaifa
- 3
- 2
0
votes
0 answers
Library not found for -lreact-native-jitsi-meet ios
I'm getting an error while archiving the ios build with react-native-jitsi-meet and it works fine for debug. Already tried deleting pods and reinstalling pods, adding the library to linking.
enter image description here

Ashan Kaushalya
- 34
- 2