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 e2d570c commit 5518d1cCopy full SHA for 5518d1c
__tests__/call.test.ts
@@ -236,7 +236,7 @@ describe('call API', () => {
236
);
237
});
238
239
- it('stop transcribing', async () => {
+ it.skip('stop transcribing', async () => {
240
// somewhat dummy test, we should do a proper test in the future
241
await expect(() => call.stopTranscription()).rejects.toThrowError(
242
'Stream error code 4: StopTranscription failed with error: "call is not being transcribed"',
0 commit comments