Added support for controlling the streams max bps

This commit is contained in:
WolverinDEV
2021-01-04 20:32:29 +01:00
parent a233915064
commit 8be83fc51d
11 changed files with 357 additions and 60 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ void VirtualServer::client_move(
}
if(auto client{dynamic_pointer_cast<VoiceClient>(target)}; client) {
/* Start normal broadcasting, what the client expects */
this->rtc_server().start_broadcast(client->rtc_client_id, 1, 1);
this->rtc_server().start_broadcast_audio(client->rtc_client_id, 1);
}
} else {
/* client left the server */