Читати англійською Редагувати

Поділитися через


Call.Decline Method

Definition

Overloads

Decline()

Declines an incoming call with a 603 response code (DeclineEverywhere).

Decline(CallDeclineOptions)

Declines an incoming call with options.

Decline()

Declines an incoming call with a 603 response code (DeclineEverywhere).

C#
public void Decline ();

Exceptions

Thrown when the call is in an invalid state to perform this operation. Only incoming calls can be declined.

Thrown when the decline operation failed to complete successfully.

Applies to

Lync UCMA latest та інші версії
Продукт Версії
Lync UCMA 4.0, 5.0, latest

Decline(CallDeclineOptions)

Declines an incoming call with options.

C#
public void Decline (Microsoft.Rtc.Collaboration.CallDeclineOptions options);

Parameters

options
CallDeclineOptions

Optional settings used to decline a call.

Exceptions

Thrown when the given options parameter contains invalid diagnostics information. See DiagnosticsInformation.

Thrown when the call is in an invalid state to perform this operation. Only incoming calls can be declined.

Thrown when the decline operation failed to complete successfully.

Applies to

Lync UCMA latest та інші версії
Продукт Версії
Lync UCMA 4.0, 5.0, latest