Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
RTC Client API Enumerations | IRTCParticipant::State | IRTCParticipantStateChangeEvent::State
Send Feedback on this topic to the authors