CallDeclineOptions Constructor (Int32)
Creates a new instance of the CallDeclineOptions class with a specific response code.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
responseCode As Integer _
)
'Usage
Dim responseCode As Integer
Dim instance As New CallDeclineOptions(responseCode)
public CallDeclineOptions(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
Response code to be used when declining an incoming call.