Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphql: Introduces meeting_metadata #19856

Conversation

gustavotrott
Copy link
Collaborator

Add to graphql meeting /create params sent with prefix meta_.
https://docs.bigbluebutton.org/development/api/#create

query {
  meeting_metadata {
    name
    value
  }
}
query {
  meeting {
    meetingId
    metadata {
      name
      value
    }
  }
}

@gustavotrott gustavotrott added this to the Release 3.0 milestone Mar 20, 2024
Copy link

sonarcloud bot commented Mar 20, 2024

Quality Gate Passed Quality Gate passed

Issues
24 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.4% Duplication on New Code

See analysis details on SonarCloud

@gustavotrott gustavotrott merged commit f2c48a3 into bigbluebutton:v3.0.x-release Mar 20, 2024
16 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant