fix: respond with the url when joining a voice channel

This commit is contained in:
Zomatree
2025-02-17 02:11:32 +00:00
parent 951128032b
commit 9c2cc8736c
2 changed files with 8 additions and 4 deletions

View File

@@ -309,6 +309,8 @@ auto_derived!(
pub struct CreateVoiceUserResponse {
/// Token for authenticating with the voice server
pub token: String,
/// Url of the livekit server to connect to
pub url: String
}
/// Voice state for a channel