isIdle property

bool get isIdle

Whether the engine is neither playing out nor recording.

Implementation

bool get isIdle => !isPlayoutEnabled && !isRecordingEnabled;