Questions tagged [jitsi-meet]

184 questions
2
votes
0 answers

Getting issue while building jitsiMeet SDK 2.11.0 on xcode 12.2

clang: error: linker command failed with exit code 1 (use -v to see invocation) ** ARCHIVE FAILED ** The following build commands failed: Ld…
manishkumar
  • 543
  • 2
  • 5
  • 21
2
votes
0 answers

Jitsi Iframe API. WebSocket connection failed: Data frame received after close

We are using Jitsi Iframe API in a mobile app developed with Ionic 1 Cordova. Once the meet starts, if we try to add more people by sending the email we get the following error in the browser console (using ‘Invite more people’): WebSocket…
FabriLog
  • 21
  • 2
2
votes
1 answer

How to build a jibri docker image from unstable build?

Jitsi recently release a build 5207 which supports streaming to any server. This build is currently unstable and docker-jitsi-meet uses stable-5142. Now I want to build jibri docker image using 5207 build. I don't know where to make the changes to…
metadata
  • 918
  • 6
  • 20
2
votes
0 answers

How to create Jitsi unique room?

I am facing problems to create a unique room for Jitsi Meeting. Here is how I am creating it, using their documentation: const domain = 'live.exmaple.com'; const options = { roomName: '{{ $case->uuid }}', width: 700, height: 400, …
Vince Carter
  • 691
  • 1
  • 12
  • 25
2
votes
1 answer

flutter app create new instance when app resume

I am working on a meet app with Jitsi meet in a flutter. it has two screens the first screen takes all the meeting details and the second screen is the meeting screen. The app has a picture in picture mode I turn off the pip mode. When a meeting is…
ReX
  • 111
  • 9
2
votes
1 answer

Jitsi Picture in Picture(PiP) mode if I open app create new instance in flutter

I have created the meeting app in flutter using the jitsi_meet flutter package in that first I get the inputs from users like room name, display name, etc. After clicking on the button meeting get started when I press the home button it meeting go…
ReX
  • 111
  • 9
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
  • 14,333
  • 13
  • 70
  • 128
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

Creating video conferencing example in jitsi-meet

I am exploring WebRTC based solutions for video conferencing. Have found Jitsi to be one of the prominent candidate to look around from various frameworks. Example Code:
Hardik Mishra
  • 14,171
  • 9
  • 58
  • 94
2
votes
0 answers

Realm has no setter or ivar for its bridge, which is not permitted

I want to use Jitsi-Meet (Video calling library) with Realm. When I run the app on iOS, Realm does not work. It shows the following error: 2018-12-28 16:22:34.504 [error][tid:main][RCTModuleData.mm:179] Realm has no setter or ivar for its bridge,…
Saadi
  • 1,196
  • 11
  • 22
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
0 answers

Encoding JWT tokens with public/private keys

I am trying to get encoded JWT (https://jwt.io/) token from the decoded inputs (RS256 algorithm) from https://jwt.io/. Issue is that I have public and private keys but I am not sure how to use them in javascript for encoding. I am using crypto.js…
Mitch
  • 13
  • 3
1
vote
0 answers

Jitsi AudioLevels from remote participants not updating, remains 0

Description: Trying to get realtime audioLevel values from remote participants to trigger a Noisegate that modifies respective’s remote track volume when this is above/below the given threshold and show the audio meter in each thumbnail. Using…
davlanch
  • 11
  • 1
1
vote
1 answer

Flutter Jitsi Stopping in release mode

Adding video meeting functionality in Flutter app using Jitsi. App is working in debug mode, but in release version, as soon as try to join the meeting, app closes. Added proguard-rules.pro file. Plugin documentation on pub.dev says click here to…
M.K. Malik
  • 113
  • 5
1
vote
0 answers

Jibri recording issues behind reverse proxy

I'm trying to run Jibri as part of a Jitsi-Meet installation (all on one server) behind a reverse SSL proxyJitsi works out of the box, but as soon as Jibri tries to log in to the session to record it, the corresponding Chrome session times out.…
monochromec
  • 71
  • 1
  • 6
1
2
3
12 13