File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ describe('call API', () => {
201201 it ( 'start recording' , async ( ) => {
202202 // somewhat dummy test, we should do a proper test in the future where we join a call and start recording
203203 await expect ( ( ) => call . startRecording ( ) ) . rejects . toThrowError (
204- 'Stream error code 4: StartRecording failed with error: "cannot record inactive call "' ,
204+ 'Stream error code 4: StartRecording failed with error: "there is no active session "' ,
205205 ) ;
206206 } ) ;
207207
@@ -255,7 +255,7 @@ describe('call API', () => {
255255 it ( 'start transcribing' , async ( ) => {
256256 // somewhat dummy test, we should do a proper test in the future where we join a call and start recording
257257 await expect ( ( ) => call . startTranscription ( ) ) . rejects . toThrowError (
258- 'Stream error code 4: StartTranscription failed with error: "cannot transcribe inactive call "' ,
258+ 'Stream error code 4: StartTranscription failed with error: "there is no active session "' ,
259259 ) ;
260260 } ) ;
261261
You can’t perform that action at this time.
0 commit comments