Start capturing screen when connection established

This commit is contained in:
dijunkun
2024-06-03 23:48:53 +08:00
parent 1f50483b50
commit e7e6380adc
8 changed files with 15 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ class ScreenCapturerWgc : public ScreenCapturer,
int Pause();
int Resume();
int Stop();
virtual int Stop();
void OnFrame(const WgcSession::wgc_session_frame &frame);