checkPublishAudio method

Future<CheckInfo> checkPublishAudio()

Verifies that microphone audio can be captured and published.

Implementation

Future<CheckInfo> checkPublishAudio() => runCheck(PublishAudioCheck(url, token, options: options));