648540858
2024-06-11 f8ef14bfea43abd8716aab15f5e302e7c1f23f79
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -54,6 +54,8 @@
    private Boolean deviceStatusNotify = Boolean.TRUE;
    private Boolean useCustomSsrcForParentInvite = Boolean.TRUE;
    private Boolean docEnable = Boolean.TRUE;
    private String serverId = "000000";
    private String thirdPartyGBIdReg = "[\\s\\S]*";
@@ -66,7 +68,7 @@
    private List<String> allowedOrigins = new ArrayList<>();
    private int maxNotifyCountQueue = 10000;
    private int maxNotifyCountQueue = 100000;
    private int registerAgainAfterTime = 60;
@@ -315,4 +317,12 @@
    public void setRegisterKeepIntDialog(boolean registerKeepIntDialog) {
        this.registerKeepIntDialog = registerKeepIntDialog;
    }
    public Boolean getDocEnable() {
        return docEnable;
    }
    public void setDocEnable(Boolean docEnable) {
        this.docEnable = docEnable;
    }
}