shanyuanzz
2023-05-28 6d52e1539f6c33d5b625ff7fd56bccf8b76971b3
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -53,6 +53,7 @@
    private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE;
    private Boolean deviceStatusNotify = Boolean.FALSE;
    private Boolean useCustomSsrcForParentInvite = Boolean.TRUE;
    private String serverId = "000000";
@@ -277,4 +278,12 @@
    public void setDeviceStatusNotify(Boolean deviceStatusNotify) {
        this.deviceStatusNotify = deviceStatusNotify;
    }
    public Boolean getUseCustomSsrcForParentInvite() {
        return useCustomSsrcForParentInvite;
    }
    public void setUseCustomSsrcForParentInvite(Boolean useCustomSsrcForParentInvite) {
        this.useCustomSsrcForParentInvite = useCustomSsrcForParentInvite;
    }
}