bigbluebutton-Github/bbb-graphql-server/metadata
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
..
databases 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
actions.graphql Add support for chat message reactions. 2024-10-03 14:34:24 -03:00
actions.yaml Add support for chat message reactions. 2024-10-03 14:34:24 -03:00
allow_list.yaml Make guest-wait page fetch data from Hasura 2023-12-12 17:42:44 -03:00
api_limits.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
backend_configs.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
cron_triggers.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
graphql_schema_introspection.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
inherited_roles.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
metrics_config.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
network.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
opentelemetry.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
query_collections.yaml Introduce an endpoint /api/rest/clientSettings that will be used by the client to fetch userdata info before creating a graphql connection. 2024-09-25 11:53:02 -03:00
remote_schemas.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00
rest_endpoints.yaml Introduce an endpoint /api/rest/clientSettings that will be used by the client to fetch userdata info before creating a graphql connection. 2024-09-25 11:53:02 -03:00
version.yaml Initial implementation of Postgres data and Hasura 2023-03-08 12:23:45 -03:00