checkWebRTC method

Future<CheckInfo> checkWebRTC()

Verifies that a WebRTC (peer) connection can be established.

Implementation

Future<CheckInfo> checkWebRTC() => runCheck(WebRTCCheck(url, token, options: options));