ITSdp interface

[ 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.]

The ITSdp interface provides methods for the manipulation of a Session Descriptor Protocol (SDP, see RFC 2327) conference blob component. It provides the following functionality:

  • Provides access to some of the properties that are common to all the media. These include attributes pertaining to the creator's personal information, session description, and address type information.
  • Provides the starting point for accessing the time and media collections through properties.

The ITSdp interface is created by calling QueryInterface on ITConferenceBlob.

Members

The ITSdp interface inherits from the IDispatch interface. ITSdp also has these types of members:

Methods

The ITSdp interface has these methods.

Method Description
get_Description Gets the session description.
get_IsValid Validates the SDP blob for structure and field values.
get_MachineAddress Gets the machine address of the originating host.
get_MediaCollection Gets pointer to ITMediaCollection interface for conference.
get_Name Gets the session name.
get_Originator Gets conference originator.
get_ProtocolVersion Gets the SDP protocol version.
get_SessionId Gets the 32-bit NTP (Network Time Protocol) value that serves as the session identifier.
get_SessionVersion Gets the 32-bit (ideally NTP) value that serves as the session version.
get_TimeCollection Gets pointer to ITTimeCollection interface for conference.
get_Url Gets the URL.
GetEmailNames Gets array of e-mail names and addresses associated with conference blob.
GetPhoneNumbers Gets the phone numbers.
put_Description Sets the session description.
put_MachineAddress Sets the machine address of the originating host.
put_Name Sets the session name.
put_Originator Gets conference originator.
put_SessionVersion Sets session version.
put_Url Sets the URL.
SetEmailNames Sets array of email names and addresses associated with conference blob.
SetPhoneNumbers Sets the phone numbers.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Sdpblb.h
Library
Uuid.lib
DLL
Sdpblb.dll