Share via


VoIPCallStatus (Windows CE 5.0)

Send Feedback

This enumeration lists possible status values for a call.

typedef enum VoIPCallStatus {e_vcsInvalid = 0,e_vcsIdle = RTCSS_IDLE,e_vcsIncoming = RTCSS_INCOMING,e_vcsAnswering = RTCSS_ANSWERING,e_vcsInProgress = RTCSS_INPROGRESS,e_vcsConnected = RTCSS_CONNECTED,e_vcsDisconnected = RTCSS_DISCONNECTED,e_vcsHolding = RTCSS_HOLD,e_vcsReferring = RTCSS_REFER,
  e_vcsInConference = RTCSS_REFER+1,
} VoIPCallStatus;

Elements

  • e_vcsInvalid
    Invalid call.

  • e_vcsIdle
    Idle call.

  • e_vcsIncoming
    Incoming call.

  • e_vcsAnswering
    Call being answered.

  • e_vcsInProgress
    Outgoing call in progress.

  • e_vcsConnected
    Connected call.

  • e_vcsDisconnected
    Disconnected call.

  • e_vcsHolding
    Call on hold.

  • e_vcsReferring
    Call being redirected to another URI.

  • e_vcsInConference
    Call is a participant in a conference call. The call is not a conference call host.

    Note   This value is only available in Windows CE 5.0 and later.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.

See Also

VoIP Application Interface Layer Architecture | IVoIPCurrentCall::Status

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.