Edit

Share via


CallDeclineOptions Constructors

Definition

Overloads

CallDeclineOptions()

Creates a new instance of the CallDeclineOptions class with response code DeclineEverywhere (603).

CallDeclineOptions(Int32)

Creates a new instance of the CallDeclineOptions class with a specific response code.

CallDeclineOptions()

Creates a new instance of the CallDeclineOptions class with response code DeclineEverywhere (603).

public:
 CallDeclineOptions();
public CallDeclineOptions ();
Public Sub New ()

Applies to

CallDeclineOptions(Int32)

Creates a new instance of the CallDeclineOptions class with a specific response code.

public:
 CallDeclineOptions(int responseCode);
public CallDeclineOptions (int responseCode);
new Microsoft.Rtc.Collaboration.CallDeclineOptions : int -> Microsoft.Rtc.Collaboration.CallDeclineOptions
Public Sub New (responseCode As Integer)

Parameters

responseCode
Int32

Response code to be used when declining an incoming call.

Applies to