RTC_LISTEN_MODE (Windows CE 5.0)

Send Feedback

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

RTC Client API Enumerations | IRTCClient::ListenForIncomingSessions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.