Commit bf0efc2739fb76a4b34c4e43754a9b4041d38ffa
Merge branch '2.6.9' into wvp-28181-2.0
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
| ... | ... | @@ -51,7 +51,7 @@ public class UserSetting { |
| 51 | 51 | |
| 52 | 52 | private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE; |
| 53 | 53 | |
| 54 | - private Boolean deviceStatusNotify = Boolean.FALSE; | |
| 54 | + private Boolean deviceStatusNotify = Boolean.TRUE; | |
| 55 | 55 | private Boolean useCustomSsrcForParentInvite = Boolean.TRUE; |
| 56 | 56 | |
| 57 | 57 | private String serverId = "000000"; | ... | ... |