完成向上级联->点播--增加了sdp解析
修复修改平台主键带来的bug
This commit is contained in:
@@ -10,6 +10,8 @@ public class ParentPlatformCatch {
|
||||
// 注册未回复次数
|
||||
private int registerAliveReply;
|
||||
|
||||
private String callId;
|
||||
|
||||
private ParentPlatform parentPlatform;
|
||||
|
||||
public String getId() {
|
||||
@@ -43,4 +45,12 @@ public class ParentPlatformCatch {
|
||||
public void setParentPlatform(ParentPlatform parentPlatform) {
|
||||
this.parentPlatform = parentPlatform;
|
||||
}
|
||||
|
||||
public String getCallId() {
|
||||
return callId;
|
||||
}
|
||||
|
||||
public void setCallId(String callId) {
|
||||
this.callId = callId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user