bigbluebutton-Github/bbb-graphql-client-test
Gustavo Trott 3e72e2d082
Introducing Session Persistence Post-Meeting (#19534)
* Add Session Cleanup Delay Configuration After Meeting End

* Makes 60minutes as default sessionsCleanupDelayInMinutes
2024-02-05 11:31:31 -03:00
..
public Add graphql client for tests 2023-03-11 12:17:16 -03:00
src Introducing Session Persistence Post-Meeting (#19534) 2024-02-05 11:31:31 -03:00
.gitignore Add graphql client for tests 2023-03-11 12:17:16 -03:00
deploy.sh Add graphql client for tests 2023-03-11 12:17:16 -03:00
package-lock.json Introduces json-patch to graphql-middleware 2023-05-10 19:08:24 -03:00
package.json Introduces json-patch to graphql-middleware 2023-05-10 19:08:24 -03:00
README.md Add graphql client for tests 2023-03-11 12:17:16 -03:00

bigbluebutton-graphql

This is a demonstration client that connects to BigBlueButton graphql API.

to run it:

git clone https://github.com/iMDT/bigbluebutton-graphql.git
cd bigbluebutton-graphql
npm install
npm start