checkPublishVideo method

Future<CheckInfo> checkPublishVideo()

Verifies that camera video can be captured and published.

Implementation

Future<CheckInfo> checkPublishVideo() => runCheck(PublishVideoCheck(url, token, options: options));