优化tcp主动方式的语音对讲
This commit is contained in:
@@ -43,6 +43,8 @@ public class UserSetting {
|
||||
|
||||
private Boolean syncChannelOnDeviceOnline = Boolean.FALSE;
|
||||
|
||||
private Boolean pushStreamAfterAck = Boolean.FALSE;
|
||||
|
||||
private String serverId = "000000";
|
||||
|
||||
private String thirdPartyGBIdReg = "[\\s\\S]*";
|
||||
@@ -196,4 +198,12 @@ public class UserSetting {
|
||||
public void setSyncChannelOnDeviceOnline(Boolean syncChannelOnDeviceOnline) {
|
||||
this.syncChannelOnDeviceOnline = syncChannelOnDeviceOnline;
|
||||
}
|
||||
|
||||
public Boolean getPushStreamAfterAck() {
|
||||
return pushStreamAfterAck;
|
||||
}
|
||||
|
||||
public void setPushStreamAfterAck(Boolean pushStreamAfterAck) {
|
||||
this.pushStreamAfterAck = pushStreamAfterAck;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user