RTC_PARTICIPANT_STATE
This enumeration defines the participant states. The IRTCParticipant::State method uses this enumeration.
typedef enum RTC_PARTICIPANT_STATE {
RTCPS_IDLE,
RTCPS_PENDING,
RTCPS_INCOMING,
RTCPS_ANSWERING,
RTCPS_INPROGRESS,
RTCPS_ALERTING,
RTCPS_CONNECTED,
RTCPS_DISCONNECTING,
RTCPS_DISCONNECTED
} RTC_PARTICIPANT_STATE;
Elements
- RTCPS_IDLE
The participant is idle. - RTCPS_PENDING
The participant session is awaiting notification of a session. - RTCPS_INCOMING
The participant has been notified of an incoming session. - RTCPS_ANSWERING
The participant is answering the session. - RTCPS_INPROGRESS
The participant is connecting to the session. - RTCPS_ALERTING
The participant has been alerted of an incoming session. - RTCPS_CONNECTED
The session has connected to a session. - RTCPS_DISCONNECTING
The participant is disconnecting from a session. - RTCPS_DISCONNECTED
The participant has disconnected from a session.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
IRTCParticipant::State | IRTCParticipantStateChangeEvent::State
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.