CallDeclineOptions Class
Optional parameters for declining the incoming call.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.CallDeclineOptions
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class CallDeclineOptions
'Usage
Dim instance As CallDeclineOptions
public class CallDeclineOptions
Remarks
This class 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).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.