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 6d044f2 commit 5eb5535Copy full SHA for 5eb5535
__tests__/call.test.ts
@@ -228,9 +228,8 @@ describe('call API', () => {
228
expect(response.call.backstage).toBe(true);
229
});
230
231
- describe('transcriptions', () => {
+ describe.skip('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