Site icon EfmSoft

What does HRESULT 0x80EE0080 (RTC_E_PLATFORM_NOT_SUPPORTED) mean?

 
Previous Next
RTC_E_SIP_REFER_OPERATION_PENDING RTC_E_SIP_PEER_PARTICIPANT_IN_MULTIPARTY_SESSION

RTC_E_PLATFORM_NOT_SUPPORTED

What the RTC value marks: RTC_E_PLATFORM_NOT_SUPPORTED

The useful interpretation of this result is narrower than “SIP error”; within initialization, shutdown, platform support, and global client-object configuration, it means the installed Windows/RTC platform does not implement the requested API capability.

The stored Value is 0x80EE0080 in the RTC interface facility 0xEE; for this HRESULT, keep both forms in telemetry so COM error wrapping does not erase whether RTC produced an interface result, mapped a SIP response, or surfaced a PINT outcome.

Start the result investigation by having the trace record OS edition/build, RTC DLL version, interface queried, and feature path; for this HRESULT, do not skip the distinction that platform capability is persistent for that installation and should not be retried like a transient server problem.

A safe diagnostic sequence

  1. Locate the earliest this result producer and verify that no wrapper replaced a more specific lower-layer value.
  2. map that producer to the active RTC object and to one SIP, SDP, PINT, presence, media, or profile transition.
  3. collect enough evidence to record OS edition/build, RTC DLL version, interface queried, and feature path.
  4. test the competing explanation explicitly, because platform capability is persistent for that installation and should not be retried like a transient server problem.
  5. perform the narrow correction — use a supported fallback or migrate the feature to a supported communications stack — and validate both protocol completion and object cleanup.

A SIP capture without RTC callback state cannot show which local object accepted or rejected the transition; for this HRESULT, an HRESULT-only log has the opposite weakness: it cannot show whether the result was generated before transmission or mapped from the peer.

Evidence that separates the cause

Capture the first result before retry, reconnect, profile re-enable, or teardown changes the evidence; associate this result with one RTC object generation and one transaction or media transition.

When recording this result, redact credentials, full telephone numbers, private contact lists, and message bodies; for this HRESULT, retain permitted URI domains, header names, byte counts, hashes, transaction identifiers, timestamps, and state transitions.

Protocol and object boundary

RTC areaRTC client lifecycle boundary
Objects to correlateIRTCClient instance, initialization generation, shutdown state, event sink, platform capability
Condition to provethe installed Windows/RTC platform does not implement the requested API capability
Safe corrective directionuse a supported fallback or migrate the feature to a supported communications stack

Two RTC rules frame it: first, RTC Client API objects are stateful COM objects; child sessions and profiles belong to the client generation that created them; second, for this HRESULT, A shutdown transition invalidates pending operations even if application code still holds interface pointers.

Related RTC results

It should not be grouped with every value from the same facility. It is tied to the condition “the installed Windows/RTC platform does not implement the requested API capability”; preserve that producing boundary before choosing recovery; the result table shows nearby alternatives.

RTC_E_CLIENT_ALREADY_INITIALIZEDcode attempted to initialize an RTC client instance that is already active
RTC_E_NOT_ALLOWEDthe RTC API contract rejects the action for the current object, role, or configuration
RTC_E_CLIENT_ALREADY_SHUT_DOWNthe RTC client instance has completed shutdown and cannot service the requested operation

Facility equality is not semantic equality; route each contrasted value through its own recovery branch.

How to handle the result

Recovery from it should be narrow: use a supported fallback or migrate the feature to a supported communications stack; while handling it, do not let a higher layer simultaneously recreate the same session, registration, listener, or profile.

Before retrying it, classify the previous operation as definitely failed, definitely completed, or remotely uncertain; for this HRESULT, that distinction prevents duplicate dialogs, bindings, transfers, or roaming mutations.

Example for this HRESULT: An application calls a later RTC interface on a platform that only exposes an earlier API version.

Actions that do not address this condition

Verification after a fix

Keep two tests: one that intentionally produces “the installed Windows/RTC platform does not implement the requested API capability”, and one that applies the narrow correction; for this HRESULT, check the callback sequence, 0x80EE0080, final session/profile state, and absence of leaked listeners, dialogs, streams, or registrations.

Technical references


Looking for a different code? Search another status or error code.

Exit mobile version