[feat] attempt to rejoin once per second

This commit is contained in:
dijunkun
2025-11-27 04:20:29 +08:00
parent 217cfb091d
commit 239da373d0
3 changed files with 16 additions and 6 deletions

View File

@@ -379,6 +379,7 @@ class Render {
int audio_len_ = 0;
bool audio_buffer_fresh_ = false;
bool need_to_rejoin_ = false;
std::chrono::steady_clock::time_point last_rejoin_check_time_;
bool just_created_ = false;
std::string controlled_remote_id_ = "";
std::string focused_remote_id_ = "";