Delen via


PreCallDiagnosticsResult type

Notitie

API is een bètaversie en is beschikbaar als preview-versie voor ontwikkelaars die kan worden aangepast op basis van feedback die we ontvangen. Gebruik deze API niet in een productie-omgeving.

Diagnostische resultaten

type PreCallDiagnosticsResult = {
  browserSupport?: Promise<DeviceCompatibility>
  callMediaStatistics?: Promise<MediaStatsCallFeature>
  deviceAccess?: Promise<DeviceAccess>
  deviceEnumeration?: Promise<DeviceEnumeration>
  id: string
  inCallDiagnostics?: Promise<InCallDiagnostics>
}