mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-05 23:26:02 +00:00
✨(backend) update a room's attributes from the external API
Update a room's access level and/or configuration using PATCH from the external API. Log modifications and send to analytics.
This commit is contained in:
@@ -192,7 +192,7 @@ class LiveKitEventsService:
|
||||
|
||||
try:
|
||||
room_name = str(recording.room.id)
|
||||
RoomManagement().update_metadata(
|
||||
RoomManagement.update_metadata(
|
||||
room_name, remove_keys=["recording_mode", "recording_status"]
|
||||
)
|
||||
except RoomNotFoundException:
|
||||
|
||||
Reference in New Issue
Block a user