RTC_LISTEN_MODE

This enumeration defines possible listening modes.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

IRTCClient::ListenForIncomingSessions

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.