ConferenceSession.ISipSubscriptionProcessor.ProcessNotification Method
Process notifications from the subscription.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Sub ProcessNotification ( _
message As SipMessageData _
) Implements ISipSubscriptionProcessor.ProcessNotification
'Usage
Dim instance As ConferenceSession
Dim message As SipMessageData
CType(instance, ISipSubscriptionProcessor).ProcessNotification(message)
void ISipSubscriptionProcessor.ProcessNotification(
SipMessageData message
)
Parameters
- message
Type: Microsoft.Rtc.Signaling.SipMessageData
The SipMessage of the NOTIFY/BENOTIFY
Implements
ISipSubscriptionProcessor.ProcessNotification(SipMessageData)