RTC_LISTEN_MODE

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 listening modes.

Syntax

typedef enum RTC_LISTEN_MODE {
  RTCLM_NONE,
  RTCLM_DYNAMIC,
  RTCLM_BOTH
} RTC_LISTEN_MODE;

Elements

  • RTCLM_NONE
    The SIP layer binds to a dynamic port for outgoing sessions processing, but it does not accept incoming sessions.
  • RTCLM_DYNAMIC
    The SIP layer binds to a dynamic port and listens for incoming sessions on that port.
  • RTCLM_BOTH
    The SIP layer binds both a dynamic port and a well-known static port, and it listens for incoming calls on both of them.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCClient::ListenForIncomingSessions