recordingVideo property

bool recordingVideo

If the delivery video is currently being recorded, true is returned.

現在配信映像を録画中の場合はtrueが返ります。

Implementation

bool get recordingVideo =>
    __recordingVideoId != null &&
    _sidVideo.isNotEmpty &&
    _resourceVideoId.isNotEmpty;