RTC_OFFER_WATCHER_MODE

The RTC_OFFER_WATCHER_MODE enumeration describes the course of action when a subscription is sent by new Watchers.

typedef enum RTC_OFFER_WATCHER_MODE
{
  RTCOWM_OFFER_WATCHER_EVENT, 
  RTCOWM_AUTOMATICALLY_ADD_WATCHER
} RTC_OFFER_WATCHER_MODE;

Constants

  • RTCOWM_OFFER_WATCHER_EVENT
    The Client is notified of a new Watcher with an RTCE_WATCHER event. The state of the new watcher object is RTCWS_OFFERING or RTCWS_PROMPT. Applications should call IRTCWatcher::put_State with the new state, either RTCWS_ALLOWED, RTCWS_BLOCKED, or RTCWS_DENIED, in order to allow, block, or deny this watcher URI.
  • RTCOWM_AUTOMATICALLY_ADD_WATCHER
    The new Watcher is automatically added to the list of allowed Watchers, and no event is fired.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.

See Also

IRTCClientPresence::put_OfferWatcherMode, IRTCClientPresence::get_OfferWatcherMode