Call.SendProvisionalResponse Method
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub SendProvisionalResponse ( _
responseCode As Integer, _
options As CallProvisionalResponseOptions _
)
'Usage
Dim responseCode As Integer
Dim options As CallProvisionalResponseOptions
Me.SendProvisionalResponse(responseCode, _
options)
protected void SendProvisionalResponse(
int responseCode,
CallProvisionalResponseOptions options
)
Parameters
- responseCode
Type: System.Int32