bigbluebutton-Github/bbb-graphql-server/metadata/databases
Gustavo Trott 4628ffb0a6 Introduces graphql Type user_presenceLog to indicate users that have joined in the meeting at some point.
subscription {
  user_presenceLog {
    extId
    userId
    currentlyInMeeting
    isModerator
  }
}

It is necessary to provide for the teacher the list of presence even after some users left.
2024-10-16 10:37:14 -03:00
..
BigBlueButton/tables Introduces graphql Type user_presenceLog to indicate users that have joined in the meeting at some point. 2024-10-16 10:37:14 -03:00
default/tables Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
databases.yaml refactor (gql-server): Set some configs for Max PG connections and Nginx max workers aiming to support more users (#20549) 2024-06-20 16:41:47 -03:00