Type alias RunNetworkCheckOptions

RunNetworkCheckOptions: Pick<RunPreCallOptions, "iceServers">

Options for the TelnyxRTC.runNetworkCheck() public method.

This is a narrow version of RunPreCallOptions that only exposes the ICE/network-relevant fields. Per-call network quality is included in each ICE server result; the microphone module is disabled.

The ICE module always runs inside runNetworkCheck() — callers cannot opt out of it from the public API (VSDK-412 Gap 3).