sessionTimeout property
- @JsonKey(name: 'SessionTimeout', fromJson: OnvifUtil.stringMappedFromXml)
final
The rtsp session timeout for the related audio stream (when using Media2 Service, this value is deprecated and ignored)
Implementation
@JsonKey(
name: 'SessionTimeout',
fromJson: OnvifUtil.stringMappedFromXml,
)
final String? sessionTimeout;