fix: export isCommCallPlayable from useCallAudio composable

Function was used in CrmWorkspaceApp template but not exported/destructured,
causing TypeError at runtime.

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

View File

@@ -277,6 +277,7 @@ const {
callTranscriptLoading,
callTranscriptText,
callTranscriptError,
isCommCallPlayable,
ensureCommCallWave,
destroyCommCallWave,
destroyAllCommCallWaves,

View File

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