✨(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:
committed by
aleb_the_flash
parent
671aa68804
commit
fe8ed43aae
@@ -26,6 +26,7 @@ def generate_token(room: str, user, username: Optional[str] = None) -> str:
|
|||||||
video_grants = VideoGrants(
|
video_grants = VideoGrants(
|
||||||
room=room,
|
room=room,
|
||||||
room_join=True,
|
room_join=True,
|
||||||
|
can_update_own_metadata=True,
|
||||||
can_publish_sources=[
|
can_publish_sources=[
|
||||||
"camera",
|
"camera",
|
||||||
"microphone",
|
"microphone",
|
||||||
|
|||||||
Reference in New Issue
Block a user