fix: remove VoiceChannel channel type
fix: calculate user overwrites correctly fix: dont include personal info in livekit user metadata fix: revoke video permissons on denied publish fix: add video to default permissions
This commit is contained in:
@@ -93,7 +93,7 @@ pub async fn call(
|
||||
}
|
||||
|
||||
let token = voice_client
|
||||
.create_token(&node, &user, current_permissions, &channel)
|
||||
.create_token(&node, db, &user, current_permissions, &channel)
|
||||
.await?;
|
||||
let room = voice_client.create_room(&node, &channel).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user