IRTCSessionNotificationEvent

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2

This interface retrieves information about an event of type RTCE_SESSION_NOTIFICATION. This is the event that is sent to the application encapsulating an incoming NOTIFY message with matching event package values that is associated to an existing session. From this interface an application can also query for its IRTCSIPEvent interface to further inspect the incoming NOTIFY message.

Methods

This interface inherits the methods for the IUnknown and IDispatch interfaces.

The following table shows the methods for this interface.

Method Description

IRTCSessionNotificationEvent::Accept

Allows the application to accept the incoming NOTIFY message.

IRTCSessionNotificationEvent::Reject

Allows the application to reject the incoming NOTIFY message.

Properties

The following table shows the properties for this interface.

Property Description

IRTCSessionNotificationEvent::Session

Gets the session.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

RTC Client API Interfaces