Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These constants are initialization flags for RTC clients. The following table shows the initialization flags.
Value | Description |
---|---|
RTCIF_DISABLE_MEDIA = 0x00000001 | Media streams are disabled upon initialization.
|
RTCIF_DISABLE_STRICT_DNS = 0x00000008 | The RTC Client API will not use the strict DNS name format to locate the server in the IRTCClientProvisioning::GetProfile method. For example, if the user's URI is [email protected] and the transport is TLS, the DNS SRV lookup must return sip.example.com. This is the default behavior. This behavior is disabled by passing the RTCIF_DISABLE_STRICT_DNS flag when initializing the client with the IRTCClient2::InitializeEx method. When this flag is used, the server allows the someone.example.com format of the FQDN.
|
RTCIF_DISABLE_UPNP = 0x00000002 | UPnP streams are disabled upon initialization.
|
RTCIF_ENABLE_SERVER_CLASS = 0x00000004 | This flag disables the following functionality:
|
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
RTC Client API Constants | IRTCClient2::InitializeEx | IRTCClientProvisioning::GetProfile
Send Feedback on this topic to the authors