[*] 会话控制

This commit is contained in:
acgist
2023-04-02 20:17:53 +08:00
parent ed2410ac64
commit efe3f2add2
4 changed files with 96 additions and 2 deletions

View File

@@ -121,6 +121,14 @@ public interface Constant {
* 媒体类型
*/
String KIND = "kind";
/**
* 声音
*/
String AUDIO = "audio";
/**
* 视频
*/
String VIDEO = "video";
/**
* 索引
*/