Added support for controlling the streams max bps
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user