ISipSubscriptionProcessor.ProcessErrorResponse(SipResponseData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProcessErrorResponse is invoked, when non-200 response is received from the server.
public:
void ProcessErrorResponse(Microsoft::Rtc::Signaling::SipResponseData ^ message);
public void ProcessErrorResponse (Microsoft.Rtc.Signaling.SipResponseData message);
abstract member ProcessErrorResponse : Microsoft.Rtc.Signaling.SipResponseData -> unit
Public Sub ProcessErrorResponse (message As SipResponseData)
Parameters
- message
- SipResponseData
ResponsData received from server.
Remarks
SipSubscription state change will occur before the method is invoked. This give chance to app to investigate the error for subscription failure, If Subscription state is WaitingForRetry, application can choose to terminate the subscription, if it do not want to retry the subscription.