[*] 兼容安卓9、解决录像浏览器无法播放问题

This commit is contained in:
acgist
2023-05-18 08:19:29 +08:00
parent 786323fe01
commit 052bb99b20
17 changed files with 74 additions and 34 deletions

View File

@@ -244,7 +244,7 @@ class Session {
// 远程终端名称
name;
// 音量
volume = 100;
volume = "100%";
// 是否关闭
closed;
// 远程终端ID
@@ -382,7 +382,7 @@ class RemoteClient {
// 终端标识
clientId;
// 音量
volume = 0;
volume = "100%";
// 代理对象
proxy;
// 数据消费者