Enhances room management by preventing modifications to rooms with active meetings. Adds validation to backend to prevent updates to room configuration during an active meeting. Improves frontend user experience by disabling the room editing option and adding a guard to redirect users away from the edit page.
9 lines
227 B
YAML
9 lines
227 B
YAML
description: Room not found
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../schemas/error.yaml'
|
|
example:
|
|
error: 'Room Error'
|
|
message: 'Room "room_123" has an active meeting'
|