isIdle property
Whether the engine is neither playing out nor recording.
Implementation
bool get isIdle => !isPlayoutEnabled && !isRecordingEnabled;
Whether the engine is neither playing out nor recording.
bool get isIdle => !isPlayoutEnabled && !isRecordingEnabled;