forked from jmug/stoatchat
fix: respond with the url when joining a voice channel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user