Share via


RTC_WATCHER_MATCH_MODE

The RTC_WATCHER_MATCH_MODE enumeration describes the level of matching used when comparing a SIP URI to an ACE. The IRTCClientPresence2::get_WatcherEx method uses this enumeration.

typedef enum 
{
  RTCWMM_EXACT_MATCH, 
  RTCWMM_BEST_ACE_MATCH
} RTC_WATCHER_MATCH_MODE;

Constants

  • RTCWMM_EXACT_MATCH
    The Watcher SIP URI string must match exactly the user specified for the ACE.
  • RTCWMM_BEST_ACE_MATCH
    The Watcher SIP URI is matched against ACEs from all scopes (User, Domain, and All, in that order) to find the closest available match. For example, if the URI to match is someone@example.com, the closest match might be the ACE for the domain "example.com" if a matching user ACE is not present.

Requirements

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