Skip to content

Commit 472f6d3

Browse files
bump audio version to v8 from v4 (#1248)
2 parents aa29f33 + 2358d88 commit 472f6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dpp/discordvoiceclient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void discord_voice_client::voice_courier_loop(discord_voice_client& client, cour
303303
}
304304

305305
discord_voice_client::discord_voice_client(dpp::cluster* _cluster, snowflake _channel_id, snowflake _server_id, const std::string &_token, const std::string &_session_id, const std::string &_host)
306-
: websocket_client(_host.substr(0, _host.find(":")), _host.substr(_host.find(":") + 1, _host.length()), "/?v=4", OP_TEXT),
306+
: websocket_client(_host.substr(0, _host.find(":")), _host.substr(_host.find(":") + 1, _host.length()), "/?v=8", OP_TEXT),
307307
runner(nullptr),
308308
connect_time(0),
309309
mixer(std::make_unique<audio_mixer>()),

0 commit comments

Comments
 (0)