(backend) allow LiveKit users to update their own metadata

This is required, if users need to update their names, or participant
information.
This commit is contained in:
lebaudantoine
2024-08-07 11:28:04 +02:00
committed by aleb_the_flash
parent 671aa68804
commit fe8ed43aae

View File

@@ -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",