Share via


ConferenceSession.ISipSubscriptionProcessor.ProcessErrorResponse Method

Called when the subscribe failed(?)

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Private Sub ProcessErrorResponse ( _
    message As SipResponseData _
) Implements ISipSubscriptionProcessor.ProcessErrorResponse
'Usage
Dim instance As ConferenceSession
Dim message As SipResponseData

CType(instance, ISipSubscriptionProcessor).ProcessErrorResponse(message)
void ISipSubscriptionProcessor.ProcessErrorResponse(
    SipResponseData message
)

Parameters

Implements

ISipSubscriptionProcessor.ProcessErrorResponse(SipResponseData)

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace