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 be303ca commit 4282df4Copy full SHA for 4282df4
packages/client/src/store/CallState.ts
@@ -455,11 +455,6 @@ export class CallState {
455
'call.unblocked_user': this.unblockUser,
456
'call.updated': (e) => this.updateFromCallResponse(e.call),
457
'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,
463
};
464
}
465
0 commit comments