Click or drag to resize

MediaInactivityTimeoutConfigAudioOnHoldTimeoutSeconds Property

Maximum allowed time without receiving RTP packets while the call is on hold, measured in seconds. Set to 0 to disable timeout checks during hold. This value should always be greater than AudioTimeoutSeconds, because the on-hold state is expected to tolerate longer periods of silence.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public int AudioOnHoldTimeoutSeconds { get; set; }

Property Value

Int32
See Also