ENH: liveview remote protocols with agora

Change-Id: Id86aa4bfa5f5e09675a6fe627668c63d20c7d1bf
Jira: none
(cherry picked from commit 46eba0048b73f1741b4b7b57f788830c08a8d7f1)
This commit is contained in:
chunmao.guo
2024-04-08 09:48:36 +08:00
committed by Noisyfox
parent 8b33119640
commit 6385a4d170
15 changed files with 87 additions and 54 deletions

View File

@@ -49,7 +49,7 @@ protected:
void Play();
void Stop(wxString const &msg = {});
void Stop(wxString const &msg = {}, wxString const &msg2 = {});
void TogglePlay();
@@ -83,7 +83,7 @@ private:
std::string m_tutk_state;
bool m_camera_exists = false;
bool m_lan_mode = false;
bool m_remote_support = false;
int m_remote_proto = 0;
bool m_device_busy = false;
bool m_disable_lan = false;
wxString m_url;