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.
The get_OfferWatcherMode property retrieves the way the RTC API handles subscription requests by new Watchers that are not in the list of allowed or blocked Watchers. This method retrieves the mode that is set by IRTCClientPresence::put_OfferWatcherMode.
HRESULT get_OfferWatcherMode(RTC_OFFER_WATCHER_MODE*penMode);
Parameters
- penMode
[out] Pointer to an RTC_OFFER_WATCHER_MODE enumeration containing the setting.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
RTC_E_CLIENT_NOT_INITIALIZED | The client is not initialized. |
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.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClientPresence is defined as 11c3cbcc-0744-42d1-968a-51aa1bb274c6.
See Also
IRTCClientPresence, RTC_OFFER_WATCHER_MODE, IRTCClientPresence::put_OfferWatcherMode