[fix] request stream keyframes when capture resumes

This commit is contained in:
dijunkun
2026-05-27 16:05:42 +08:00
parent 2eed1c974e
commit dfbeb3ed20
2 changed files with 26 additions and 4 deletions
+1
View File
@@ -672,6 +672,7 @@ class Render {
KeyboardCapturer* keyboard_capturer_ = nullptr;
std::vector<DisplayInfo> display_info_list_;
uint64_t last_frame_time_;
std::string last_video_frame_stream_id_;
bool show_new_version_icon_ = false;
bool show_new_version_icon_in_menu_ = true;
double new_version_icon_last_trigger_time_ = 0.0;