1078-添加录像回放开始和停止

This commit is contained in:
648540858
2024-04-06 00:06:40 +08:00
parent 81c2b5715c
commit 26bbeac6c7
8 changed files with 306 additions and 27 deletions

View File

@@ -178,6 +178,10 @@ public class VideoManagerConstants {
//************************** 1078 ****************************************
public static final String INVITE_INFO_1078 = "INVITE_INFO_1078:";
public static final String INVITE_INFO_1078_PLAY = "INVITE_INFO_1078_PLAY:";
public static final String INVITE_INFO_1078_PLAYBACK = "INVITE_INFO_1078_PLAYBACK:";
public static final String RECORD_LIST_1078 = "RECORD_LIST_1078:";
}