[+] 重写媒体事件模型
This commit is contained in:
@@ -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";
|
||||
/**
|
||||
* 是否是消费者
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user