capturing property

bool get capturing

If a screenshot of the delivered video is currently being taken, true is returned.

現在配信映像のスクリーンショットを撮影中の場合はtrueが返ります。

Implementation

bool get capturing =>
    __recordingCaptureId != null &&
    _sidCapture.isNotEmpty &&
    _recordingCaptureId.isNotEmpty;