CallDeclineOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.