SendProvisionalResponse Method

Sends a provisional response synchronously.

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

Remarks

Provisional response would always be sent on the primary signaling session of the call. Provisional response could be sent only on an Incoming call, before call is established.

Exceptions

[cref][T:System.ArgumentOutOfRangeException]: Thrown when the response code is not provisional.

[cref][T:System.InvalidOperationException]: Thrown when called in an invalid state.

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: Thrown when a transport error occurred while sending a response.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace