question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

metadata.json always generates an empty participants array

See original GitHub issue

Description

Even if several people plus the moderator have entered their Profile information and are participating in a recorded call, the metadata.json always looks like this:

{"meeting_url":"https://meet.jitsi/testmeeting","participants":[],"share":true}

Current behavior

participants array is empty

Expected Behavior

participants should show participants of the call who entered their Profile information.

Possible Solution

?

Steps to reproduce

clone the docker-jitsi-meet repo and create a .env file from the env.example

docker-compose -f docker-compose.yml -f jibri.yml up -d

On your jitsi-meet website, go to configuration and add some Profile information. Start recording. Stop recording. Check the metadata.json file in the recordings/ folder.

Environment details

latest version of the docker-jitsi-meet setup

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ashemsaycommented, May 15, 2020

I found a solution on the jitsi forum, there’s only the moderator contact but that’s all I need to send the recording links.

0reactions
ashemsaycommented, Oct 23, 2020

I’m using 0.10.0-1build1 on ubuntu 18.04

Read more comments on GitHub >

github_iconTop Results From Across the Web

Metadata.json - PreMiD
¶ Understanding the metadata.json ; category, A string used to represent the category the presence falls under. String ; tags, Array with tags,...
Read more >
Module metadata - Puppet
The metadata.json file is located in the module's main directory, ... but if your module has no dependencies, you can pass an empty...
Read more >
Arrays and objects are empty in console.log {sometimes } and ...
I have an array named metadata generated with a p5js script and when I console.log(metadata) it shows up as it should in console.log, ......
Read more >
JSON-LD 1.1 - W3C
A blank node identifier is a string that can be used as an identifier for a blank node within the scope of a...
Read more >
JSONObject - Android Developers
Creates a new JSONObject with name/value mappings from the JSON string. ... In particular, the mapping for name will always be a JSONArray...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found