Partager via


RTC_SESSION_STATE

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

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.

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

  • RTCSS_REFER
    The session has been referred to another user.

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

IRTCSession::State | IRTCSessionStateChangeEvent::State

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.