Questions tagged [lib-jitsi-meet]
34 questions
0
votes
0 answers
Jitsi JWT token validation using Public Key Validation
I am implementing Public Key Validation mechanism to validate JWT token generated using RSA256 algo while joining jitsi call
I am putting kid 'xyz' in token header while generating token and my token payload structure is shown below
{
"context":…

Jayendra Singh
- 147
- 2
- 10
0
votes
0 answers
Can I have a base track in jitsi that would draw with canvas other tracks instead of always replacing tracks?
Usually when I change track in Jitsi I call conference.replaceTrack() or conference.addTrack().
When screensharing I have some effect that draws on a canvas the camera and the desktop feed. My problem currently is that after stopping screenshare I…

Valeri Petkov
- 33
- 3
0
votes
0 answers
How to add screen capture button on Jitsi with react
I am using jitsi open sourece packge. I hosted it on the ubuntu server. I am using jisti react SDK for frontend implementation. It's working fine. I want to add a screen capture button. I find some ways.
I tried html2canvas too. but no luck. Have…

Bhanuka Krish
- 1
- 2
0
votes
0 answers
When I try to dispose of than remote side TRACK_REMOVED event is not called
I am trying to remove the desktop track for all participants who joined the meeting but when I try to dispose of the track than not called the TRACK_REMOVED event listener.
If have some ideas please…

Rohit Sharma
- 1
- 1
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
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
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
Where does Jitsi Mobile create RTCPeerConnection object?
I’m trying to find the code where the addresses from the STUN server are received/collected from react-native and when Jitsi creates RTCPeerConnection object. My purpose is, I want to pass along additional parameters to RTCPeerConnection.js inside…

Ivan Surya Hutomo
- 137
- 1
- 13
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
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
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
1 answer
Are there any way to livestream to youtube or facebook from Jitsi Meet without Jibri & Docker Lib Jitsi-meet?
Currently, we are trying to integrate the Livestream feature without the help of jibri & lib jitsi meet. Are there any possibilities by which we can Livestream to any social media without jibri.
Can somebody help me with this?
Are there any…

shanks_9790
- 73
- 1
- 6
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
- 31
- 4