bigbluebutton-Github/bbb-graphql-middleware
Gustavo Trott 4ea48b3333 This update allows duplicating a user session via the getJoinUrl endpoint. The generated link will create a new sessionToken while retaining the same userId. This setup enables two devices be represented as a single user on the user list, making it particularly useful for scenarios like transferring a session from a computer to a mobile device.
Additionally, the mobile app can use this feature to render the whiteboard inside an iframe with the same `userId`.

By setting the parameter `revokePreviousSession=true`, a new `sessionToken` will be generated, and the previous session will be revoked when the new device connects. This is useful for transferring a session to another device and automatically closing the previous session.
2024-09-04 21:22:49 -03:00
..
.vscode feat: graphql middleware 2023-04-26 22:03:40 -03:00
cmd/bbb-graphql-middleware refactor (build/gql-middleware): Introduce config as a yml file (#20992) 2024-08-29 17:40:52 -04:00
config refactor (build/gql-middleware): Introduce config as a yml file (#20992) 2024-08-29 17:40:52 -04:00
demo/client fix: bbb-graphql-middleware/demo/client/package.json & bbb-graphql-middleware/demo/client/package-lock.json to reduce vulnerabilities 2024-06-18 04:47:11 +00:00
internal This update allows duplicating a user session via the getJoinUrl endpoint. The generated link will create a new sessionToken while retaining the same userId. This setup enables two devices be represented as a single user on the user list, making it particularly useful for scenarios like transferring a session from a computer to a mobile device. 2024-09-04 21:22:49 -03:00
.gitignore Update .gitignore 2023-04-27 13:44:45 -03:00
build-and-run.sh local build.sh was taking precedence over packaging build.sh 2023-07-18 05:30:02 -04:00
deploy.sh Disable activities overview logs by default 2024-04-02 10:04:38 -03:00
go.mod refactor (build/gql-middleware): Introduce config as a yml file (#20992) 2024-08-29 17:40:52 -04:00
go.sum refactor (build/gql-middleware): Introduce config as a yml file (#20992) 2024-08-29 17:40:52 -04:00
local-build.sh local build.sh was taking precedence over packaging build.sh 2023-07-18 05:30:02 -04:00
README.md update (#20876) 2024-08-08 16:35:46 -03:00
run-dev.sh middleware: Better validation on check authorization (#20597) 2024-06-28 16:53:11 -03:00

bbb-graphql-middleware