fix: room_join should be false by default on access tokens (#70)

This commit is contained in:
Théo Monnom
2023-05-13 02:57:45 +02:00
committed by GitHub
parent 40f08b16fc
commit c3c913c8ce
+1 -1
View File
@@ -64,7 +64,7 @@ impl Default for VideoGrants {
room_list: false,
room_record: false,
room_admin: false,
room_join: true,
room_join: false,
room: "".to_string(),
can_publish: true,
can_subscribe: true,