Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error when using API to create protected room with tabs #157

Closed
mehtank opened this issue Mar 10, 2021 · 0 comments
Closed

Error when using API to create protected room with tabs #157

mehtank opened this issue Mar 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@mehtank
Copy link
Contributor

mehtank commented Mar 10, 2021

When using the API at /api/room/new, the secret doesn't appear to be checked when creating tabs in a protected room:

{'meeting': '...',
 'protected': True,
 'secret': '...',
 'tabs': [{...}, ...],
 'title': '...'}
Error: Need meeting secret to modify tab in protected room ... [tabCheckSecret.protected]

if 'protected': False, then everything works as expected.

@edemaine edemaine added the bug Something isn't working label Mar 20, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants