| | |
| | | |
| | | private Long playTimeout = 18000L; |
| | | |
| | | private Boolean waitTrack = Boolean.FALSE; |
| | | |
| | | private Boolean interfaceAuthentication = Boolean.TRUE; |
| | | |
| | | private Boolean recordPushLive = Boolean.TRUE; |
| | |
| | | return playTimeout; |
| | | } |
| | | |
| | | public Boolean isWaitTrack() { |
| | | return waitTrack; |
| | | } |
| | | |
| | | public Boolean isInterfaceAuthentication() { |
| | | return interfaceAuthentication; |
| | | } |
| | |
| | | |
| | | public void setPlayTimeout(Long playTimeout) { |
| | | this.playTimeout = playTimeout; |
| | | } |
| | | |
| | | public void setWaitTrack(Boolean waitTrack) { |
| | | this.waitTrack = waitTrack; |
| | | } |
| | | |
| | | public void setInterfaceAuthentication(boolean interfaceAuthentication) { |