We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2cbac commit 6d044f2Copy full SHA for 6d044f2
__tests__/call.test.ts
@@ -230,6 +230,7 @@ describe('call API', () => {
230
231
describe('transcriptions', () => {
232
it('start transcribing', async () => {
233
+ await new Promise((resolve) => setTimeout(resolve, 3000));
234
// somewhat dummy test, we should do a proper test in the future where we join a call and start recording
235
await expect(() => call.startTranscription()).rejects.toThrowError(
236
'Stream error code 4: StartTranscription failed with error: "there is no active session"',
0 commit comments