Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration defines possible modes reflecting the course of action when a subscription is sent by a new watcher.
Syntax
typedef enum RTC_OFFER_WATCHER_MODE {
RTCOWM_OFFER_WATCHER_EVENT,
RTCOWM_AUTOMATICALLY_ADD_WATCHER
} RTC_OFFER_WATCHER_MODE;
Elements
- RTCOWM_OFFER_WATCHER_EVENT
The client is notified of a new watcher with an RTCE_WATCHER event.
- RTCOWM_AUTOMATICALLY_ADD_WATCHER
The new watcher is automatically added to the list of allowed watchers, and no event is fired.
Requirements
| Header | rtccore.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Enumerations
IRTCClientPresence::OfferWatcherMode