Optional parameters for declining the incoming call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
CallDeclineOptions
C#
public 
class 
CallDeclineOptions
Visual C++
public 
ref class 
CallDeclineOptions
JavaScript

Microsoft.Rtc.Collaboration.CallDeclineOptions = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.CallDeclineOptions');

Remarks

It allows the application to decline a call with responseCode 4xx or higher. To forward the call to another desination, application should use Forward(String, CallForwardOptions).

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . CallDeclineOptions

See Also