MediaInactivityTimeoutConfigAudioTimeoutSeconds Property |
Maximum allowed time without receiving RTP packets, measured in seconds.
Set to 0 to disable timeout checks during a call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic int AudioTimeoutSeconds { get; set; }Public Property AudioTimeoutSeconds As Integer
Get
Set
public:
property int AudioTimeoutSeconds {
int get ();
void set (int value);
}member AudioTimeoutSeconds : int with get, set
Property Value
Int32
See Also