RTC Client API Interfaces


IRTCSubscription
Windows Mobile Not SupportedWindows Embedded CE Supported
8/28/2008

This interface represents the RTC Subscription object, which represents a SIP SUBSCRIBE dialog. It can be queried for state and can resubscribe/unsubscribe from a service.

Methods

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 interface.

Method Description

IRTCSubscription::get_AcceptedContentType

Retrieves the accepted content type from the subscription.

IRTCSubscription::get_EventPackage

Retrieves the event package from the subscription.

IRTCSubscription::get_Profile

Retrieves the IRTCProfile from the subscription.

IRTCSubscription::Resubscribe

Re-subscribes to the service - with, optionally, a new message body.

IRTCSubscription::get_SubscriptionState

Retrieves the current state of the subscription.

IRTCSubscription::Unsubscribe

Un-subscribes from the service. Only valid if the service is currently subscribed or subscribing.

Obtaining a Pointer

A pointer to this interface can be obtained using the IRTCClientSubscriber::CreateSubscription method.

Requirements

Headerrtccore.idl
Libraryuuid.lib
Windows Embedded CEWindows Embedded CE 6.0 and later
See Also

Reference

RTC Client API Interfaces

Tags :


Page view tracker