RTC_SESSION_REFER_STATUS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible states that can occur when one client is referring another.

Syntax

typedef enum RTC_SESSION_REFER_STATUS { 
  RTCSRS_REFERRING, 
  RTCSRS_ACCEPTED, 
  RTCSRS_ERROR, 
  RTCSRS_REJECTED, 
  RTCSRS_DROPPED, 
  RTCSRS_DONE 
} RTC_SESSION_REFER_STATUS;

Elements

  • RTCSRS_REFERRING
    The client is issuing the referral.
  • RTCSRS_ACCEPTED
    The recipient has accepted the referral.
  • RTCSRS_ERROR
    An error has occurred during referral.
  • RTCSRS_REJECTED
    The recipient has rejected the referral.
  • RTCSRS_DROPPED
    The recipient has dropped the referral.
  • RTCSRS_DONE
    The referral is complete; the recipient has contacted the referred client.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Enumerations