@speakableio/core 0.1.86 → 0.1.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.native.d.mts +1 -1
- package/dist/index.native.d.ts +1 -1
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +1 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.web.d.mts +1 -1
- package/dist/index.web.js +1 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
package/dist/index.native.mjs
CHANGED
|
@@ -3054,7 +3054,7 @@ var useBaseOpenAI = ({
|
|
|
3054
3054
|
if (feedbackAccess == null ? void 0 : feedbackAccess.canAccessFeedback) {
|
|
3055
3055
|
transcript = await getTranscript(audio, language);
|
|
3056
3056
|
onTranscriptSuccess(transcript);
|
|
3057
|
-
onUploadAndTranscript({ transcript, audioUrl: audio });
|
|
3057
|
+
onUploadAndTranscript == null ? void 0 : onUploadAndTranscript({ transcript, audioUrl: audio });
|
|
3058
3058
|
} else {
|
|
3059
3059
|
console.info(
|
|
3060
3060
|
`Transcript not available: ${(feedbackAccess == null ? void 0 : feedbackAccess.reason) || "No feedback access"}`
|