Share via


RTC_SESSION_STATE (Windows CE 5.0)

Send Feedback

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.

    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

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

See Also

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.