From fe8ed43aaec85d12cd11e5890131ce9d8422876b Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 7 Aug 2024 11:28:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(backend)=20allow=20LiveKit=20users=20?= =?UTF-8?q?to=20update=20their=20own=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is required, if users need to update their names, or participant information. --- src/backend/core/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/core/utils.py b/src/backend/core/utils.py index 7ab114ca..9b18c792 100644 --- a/src/backend/core/utils.py +++ b/src/backend/core/utils.py @@ -26,6 +26,7 @@ def generate_token(room: str, user, username: Optional[str] = None) -> str: video_grants = VideoGrants( room=room, room_join=True, + can_update_own_metadata=True, can_publish_sources=[ "camera", "microphone",