[+] 设备录像状态

This commit is contained in:
acgist
2023-06-11 09:06:33 +08:00
parent 0908996fb0
commit b19579a666
11 changed files with 71 additions and 18 deletions

View File

@@ -58,9 +58,13 @@ public interface Constant {
*/
String CHARGING = "charging";
/**
* 是否正在录像
* 终端是否正在录像
*/
String RECORDING = "recording";
String CLIENT_RECORDING = "clientRecording";
/**
* 服务端是否正在录像
*/
String SERVER_RECORDING = "serverRecording";
/**
* 地址
*/