WebRTC Test

Verifies that this workstation can complete a WebRTC connection. If this passes, Zoom, Teams, Slack Huddles, Google Meet, and similar apps should be able to connect.

Privacy: This test creates two RTCPeerConnections inside this browser tab and queries public STUN endpoints to discover ICE candidates. It does NOT request camera or microphone access. Your local IP and public IP are visible to this page (that is the point of step 2) but are not transmitted anywhere. View source to verify.

Configuration

Driver: RTCPeerConnection + STUN

Takes about 15 seconds. The test connects to public STUN servers only; no audio or video is captured.

Status Check Step
Pending

WebRTC APIs are available

Feature-detects RTCPeerConnection, getUserMedia, getDisplayMedia, and codec support.

1 of 3
Pending

STUN servers are reachable

Gathers ICE candidates from public STUN endpoints to confirm UDP egress works.

2 of 3
Pending

End-to-end peer connection negotiates

Connects two in-page RTCPeerConnections and round-trips a data channel message.

3 of 3