RTC_RING_TYPE
The RTC_RING_TYPE enumeration describes the ring that is played on the default audio device. The IRTCClient::PlayRing method returns a value of this enumeration.
typedef enum RTC_RING_TYPE
{
RTCRT_PHONE,
RTCRT_MESSAGE,
RTCRT_RINGBACK
} RTC_RING_TYPE;
Constants
- RTCRT_PHONE
Normal phone ring rendered on the OS default audio device. - RTCRT_MESSAGE
Notification for incoming instant message rendered on the OS default audio device. - RTCRT_RINGBACK
Audio feedback for ringing of the remote destination. This ring is rendered on the operating system default audio device.
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.