Verifies that a WebRTC (peer) connection can be established.
Future<CheckInfo> checkWebRTC() => runCheck(WebRTCCheck(url, token, options: options));