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.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic int AudioOnHoldTimeoutSeconds { get; set; }Public Property AudioOnHoldTimeoutSeconds As Integer
Get
Set
public:
property int AudioOnHoldTimeoutSeconds {
int get ();
void set (int value);
}member AudioOnHoldTimeoutSeconds : int with get, set
Property Value
Int32
See Also