edemaine / comingle

Multiroom meeting app integrating web tools
MIT License
44 stars 8 forks source link

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

Closed mehtank closed 3 years ago

mehtank commented 3 years ago

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.