checkTURN method

Future<CheckInfo> checkTURN()

Verifies that a connection via a TURN relay can be established.

Implementation

Future<CheckInfo> checkTURN() => runCheck(TURNCheck(url, token, options: options));