Skip to content

Commit 4282df4

Browse files
committed
fix: build error
1 parent be303ca commit 4282df4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/client/src/store/CallState.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,6 @@ export class CallState {
455455
'call.unblocked_user': this.unblockUser,
456456
'call.updated': (e) => this.updateFromCallResponse(e.call),
457457
'call.deleted': undefined,
458-
'call.closed_caption': undefined,
459-
'call.transcription_failed': undefined,
460-
'call.transcription_ready': undefined,
461-
'call.transcription_started': undefined,
462-
'call.transcription_stopped': undefined,
463458
};
464459
}
465460

0 commit comments

Comments
 (0)