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