@eka-care/ekascribe-ts-sdk 1.5.77 → 1.5.78
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.
|
@@ -10,7 +10,7 @@ export const getVoiceApiV3StatusTranscription = async ({ txnId, }) => {
|
|
|
10
10
|
headers,
|
|
11
11
|
};
|
|
12
12
|
// Use custom timeout for this API (16 seconds instead of default 5 seconds)
|
|
13
|
-
const getResponse = await fetchWrapper(`${GET_EKA_VOICE_HOST_V3()}/status/${txnId}
|
|
13
|
+
const getResponse = await fetchWrapper(`${GET_EKA_VOICE_HOST_V3()}/status/transcription/${txnId}`, options, 16000);
|
|
14
14
|
const response = await getResponse.json();
|
|
15
15
|
return {
|
|
16
16
|
response,
|