RTC_PARTICIPANT_STATE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines the participant states. The IRTCParticipant::State method uses this enumeration.
Syntax
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
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Enumerations
IRTCParticipant::State
IRTCParticipantStateChangeEvent::State