bigbluebutton-Github/bigbluebutton-html5
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 refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
client Disable react devtools in prod (#21068) 2024-08-30 11:04:46 -03:00
imports 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
private/config feat: Add Support For Audio Push To Talk (#21032) 2024-08-29 11:54:27 -03:00
public Translate en.json in gl (#21079) 2024-08-30 13:20:28 -04:00
server Add dynamic import config 2024-07-02 17:04:34 -03:00
.eslintignore
.eslintrc.js disable require default props eslint rule 2024-06-11 10:03:42 -03:00
.gitignore Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
babel.config.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
deploy.sh Add scripts to run html5 from source (#20899) 2024-08-12 09:35:45 -03:00
jsconfig.json
package-lock.json Merge pull request #20936 from prlanzarin/u30/refactor/rem-cli-serverlogs-html5 2024-08-28 16:45:39 -04:00
package.json Merge pull request #20936 from prlanzarin/u30/refactor/rem-cli-serverlogs-html5 2024-08-28 16:45:39 -04:00
run-dev.sh Add scripts to run html5 from source (#20899) 2024-08-12 09:35:45 -03:00
test-html5.sh
tsconfig.json Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
webpack.config.js Fix devtools in prod (#21043) 2024-08-28 14:47:57 -03:00