This interface represents the RTC Subscription Notification Event object. This object is sent after receiving an incoming SIP NOTIFY message, which corresponds to a custom subscription (IRTCSubscription).
The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown and IDispatch interfaces.
The following table shows the IDispatch methods.
IDispatch::GetIDsOfNames
Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs).
These identifiers can then be used on subsequent calls to IDispatch::Invoke.
IDispatch::GetTypeInfo
Retrieves the type information for an object.
IDispatch::GetTypeInfoCount
Retrieves the number of type information interfaces provided by an object, either zero (0) or 1.
IDispatch::Invoke
Provides access to properties and methods exposed by an object.
The following table shows the IRTCSubscriptionNotificationEvent methods.
IRTCSubscriptionNotificationEvent::Accept
Sends "200 OK" in response to the NOTIFY with custom ContentType and Data.
IRTCSubscriptionNotificationEvent::get_Subscription
Gets the Subscription object.
IRTCSubscriptionNotificationEvent::GetNotificationData
Gets the content and body from the incoming NOTIFY message.
IRTCSubscriptionNotificationEvent::Reject
Sends a failure in response to the NOTIFY message. Analogous to IRTCSessionReferredEvent::Reject.
A pointer for this interface can only be received through the Event Sink.