[+] 重写媒体事件模型

This commit is contained in:
acgist
2023-03-10 08:14:19 +08:00
parent fe7bc4baf9
commit 63a37be492
32 changed files with 558 additions and 162 deletions

View File

@@ -19,10 +19,6 @@ public interface Constant {
* IP
*/
String IP = "ip";
/**
* 动作
*/
String ACTIVE = "active";
/**
* 状态对象
*/
@@ -219,6 +215,10 @@ public interface Constant {
* SCTP协商
*/
String SCTP_CAPABILITIES = "sctpCapabilities";
/**
* 状态
*/
String ENABLED = "enabled";
/**
* 是否是消费者
*/