RTC_RING_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible rings that are played on the default audio device. The IRTCClient::PlayRing method uses this enumeration.

Syntax

typedef enum RTC_RING_TYPE {
  RTCRT_PHONE,
  RTCRT_MESSAGE,
  RTCRT_RINGBACK
} RTC_RING_TYPE;

Elements

  • RTCRT_PHONE
    Normal phone ring rendered on the operating system's (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 RTC default audio device.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClient::PlayRing