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:
@@ -277,6 +277,7 @@ const {
|
|||||||
callTranscriptLoading,
|
callTranscriptLoading,
|
||||||
callTranscriptText,
|
callTranscriptText,
|
||||||
callTranscriptError,
|
callTranscriptError,
|
||||||
|
isCommCallPlayable,
|
||||||
ensureCommCallWave,
|
ensureCommCallWave,
|
||||||
destroyCommCallWave,
|
destroyCommCallWave,
|
||||||
destroyAllCommCallWaves,
|
destroyAllCommCallWaves,
|
||||||
|
|||||||
@@ -432,6 +432,7 @@ export function useCallAudio() {
|
|||||||
startEventArchiveRecording,
|
startEventArchiveRecording,
|
||||||
stopEventArchiveRecording,
|
stopEventArchiveRecording,
|
||||||
toggleEventArchiveRecording,
|
toggleEventArchiveRecording,
|
||||||
|
isCommCallPlayable,
|
||||||
setCommCallWaveHost,
|
setCommCallWaveHost,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user