RTC_REINVITE_STATE

The RTC_REINVITE_STATE enumeration defines the set of possible states for a session reinvite request.

typedef enum 
{
  RTCRIN_INCOMING, 
  RTCRIN_SUCCEEDED, 
  RTCRIN_FAILED
} RTC_REINVITE_STATE;

Constants

  • RTCRIN_INCOMING
    The reinvite state is incoming.
  • RTCRIN_SUCCEEDED
    The reinvite has succeeded.
  • RTCRIN_FAILED
    The reinvite attempt failed.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.