次の方法で共有


RTC_SESSION_STATE (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines possible session states. The IRTCSession::State method uses this enumeration.

Syntax

typedef enum RTC_SESSION_STATE {
  RTCSS_IDLE,
  RTCSS_INCOMING,
  RTCSS_ANSWERING,
  RTCSS_INPROGRESS,
  RTCSS_CONNECTED,
  RTCSS_DISCONNECTED,
  RTCSS_HOLD,
  RTCSS_REFER
} RTC_SESSION_STATE;

Elements

  • RTCSS_IDLE
    The session is idle.
  • RTCSS_INCOMING
    The session has an incoming call.
  • RTCSS_ANSWERING
    The session is answering an incoming session.
  • RTCSS_INPROGRESS
    The session is in progress.
  • RTCSS_CONNECTED
    The session is connected.
  • RTCSS_DISCONNECTED
    The session is disconnected.
  • RTCSS_HOLD
    The session is on hold.

    This enumeration value is available only for RTC 1.2 and later.

  • RTCSS_REFER
    The session has been referred to another user.

    This enumeration value is available only for RTC 1.2 and later.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCSession::State
IRTCSessionStateChangeEvent::State