testWebsocketConnectivity()
Tests whether WebSocket connections can be established with Daily’s signaling servers across AWS regions. Useful for precall checks to detect firewall or VPN issues before a room is joined.
Return value
ReturnsPromise<DailyWebsocketConnectivityTestResults>.
'passed'— WebSocket connections succeeded in all regions'warning'— at least one region failed; calls may still work but issues are possible'failed'— no region could be connected to'aborted'— test was stopped viaabortTestWebsocketConnectivity()before all regions completed
AWS region identifiers where the WebSocket connection succeeded.
AWS region identifiers where the WebSocket connection failed.
AWS region identifiers where the connection attempt was aborted.