fix: export isCommCallPlaying from useCallAudio composable

Same issue as isCommCallPlayable — used in template but not exported/destructured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruslan Bakiev
2026-02-24 21:09:39 +07:00
parent c07ef2026d
commit 3ff9120070
2 changed files with 2 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ const {
callTranscriptText, callTranscriptText,
callTranscriptError, callTranscriptError,
isCommCallPlayable, isCommCallPlayable,
isCommCallPlaying,
ensureCommCallWave, ensureCommCallWave,
destroyCommCallWave, destroyCommCallWave,
destroyAllCommCallWaves, destroyAllCommCallWaves,

View File

@@ -433,6 +433,7 @@ export function useCallAudio() {
stopEventArchiveRecording, stopEventArchiveRecording,
toggleEventArchiveRecording, toggleEventArchiveRecording,
isCommCallPlayable, isCommCallPlayable,
isCommCallPlaying,
setCommCallWaveHost, setCommCallWaveHost,
}; };
} }