Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.