Starting attempt to implement the new rust time transfer server
This commit is contained in:
@@ -529,6 +529,7 @@ void VirtualServer::client_move(
|
||||
if(auto client{dynamic_pointer_cast<VoiceClient>(target_client)}; client) {
|
||||
/* Start normal broadcasting, what the client expects */
|
||||
this->rtc_server().start_broadcast_audio(client->rtc_client_id, 1);
|
||||
client->clear_video_unsupported_message_flag();
|
||||
}
|
||||
} else {
|
||||
/* client left the server */
|
||||
|
||||
Reference in New Issue
Block a user