Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
Members of the RND_ADVERTISING_SCOPE enumeration specify how widely a conference announcement is distributed. Values correspond to the advertising scope property on the ITDirectoryObjectConference interface.
Syntax
typedef enum RND_ADVERTISING_SCOPE {
RAS_LOCAL = 1,
RAS_SITE = 2,
RAS_REGION = 3,
RAS_WORLD = 4
} ;
Constants
RAS_LOCALValue: 1 Advertising scope is local. |
RAS_SITEValue: 2 Advertising scope is site. |
RAS_REGIONValue: 3 Advertising scope is country or region. |
RAS_WORLDValue: 4 Advertising scope is the world. |
Remarks
Mapping between scope string value, enum value, and time to live (TTL) based on SDP Internet draft.
| Scope string value | RND_ADVERTISING_SCOPE | TTL |
|---|---|---|
| Local | AS_LOCAL | 1 |
| Site | AS_SITE | 15 |
| Region | AS_REGION | 63 |
| World | AS_WORLD | 127 |
Requirements
| Requirement | Value |
|---|---|
| Header | rend.h |