648540858
2023-02-14 5cae58c69129631c80c611d1870c3a20721cebf4
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -31,7 +31,7 @@
    private Boolean logInDatebase = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.FALSE;
    private Boolean useSourceIpAsStreamIp = Boolean.FALSE;
@@ -45,11 +45,15 @@
    private Boolean syncChannelOnDeviceOnline = Boolean.FALSE;
    private Boolean pushStreamAfterAck = Boolean.FALSE;
    private Boolean sipLog = Boolean.FALSE;
    private String serverId = "000000";
    private String thirdPartyGBIdReg = "[\\s\\S]*";
    private String broadcastForPlatform = "UDP";
    private List<String> interfaceAuthenticationExcludes = new ArrayList<>();
@@ -201,6 +205,22 @@
        this.syncChannelOnDeviceOnline = syncChannelOnDeviceOnline;
    }
    public String getBroadcastForPlatform() {
        return broadcastForPlatform;
    }
    public void setBroadcastForPlatform(String broadcastForPlatform) {
        this.broadcastForPlatform = broadcastForPlatform;
    }
    public Boolean getPushStreamAfterAck() {
        return pushStreamAfterAck;
    }
    public void setPushStreamAfterAck(Boolean pushStreamAfterAck) {
        this.pushStreamAfterAck = pushStreamAfterAck;
    }
    public Boolean getSipUseSourceIpAsRemoteAddress() {
        return sipUseSourceIpAsRemoteAddress;
    }