Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.7 KB

participant-typed-info.md

File metadata and controls

114 lines (61 loc) · 2.7 KB
description ms.assetid title ms.topic ms.date
The members of the PARTICIPANT\_TYPED\_INFO enum identify the type of participant information being retrieved by the ITParticipant::get\_ParticipantTypedInfo method. This enum is used by applications that access the IPConf MSP.
ca933d8c-bfb4-4a92-b412-112e228ccca2
PARTICIPANT_TYPED_INFO enumeration (Confpriv.h)
reference
05/31/2018

PARTICIPANT_TYPED_INFO enumeration

[PARTICIPANT_TYPED_INFO is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The members of the PARTICIPANT_TYPED_INFO enum identify the type of participant information being retrieved by the ITParticipant::get_ParticipantTypedInfo method. This enum is used by applications that access the IPConf MSP.

Syntax

} PARTICIPANT_TYPED_INFO;

Constants

PTI_CANONICALNAME

Canonical name of participant, such as someone@example.com.

PTI_NAME

Displayable name of participant.

PTI_EMAILADDRESS

Participant's email address.

PTI_PHONENUMBER

Participant's phone address.

PTI_LOCATION

Participant's geographical address.

PTI_TOOL

Participant's application.

PTI_NOTES

Notes concerning participant.

PTI_PRIVATE

Defines an experimental or application-specific Source Description (SDES) extension. See RFC 1889 for details.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h

See also

ITParticipant::get_ParticipantTypedInfo

IPConf MSP

IPConf MSP Interfaces