delete ext channel from redis on stasis end

This commit is contained in:
Abhishek Kumar 2026-02-16 16:09:35 +05:30
parent 4bcf10bfae
commit f3b4de9eb6
2 changed files with 5 additions and 4 deletions

View file

@ -9,6 +9,7 @@ export const WORKFLOW_RUN_MODES = {
CLOUDONIX: 'cloudonix',
WEBRTC: 'webrtc',
SMALL_WEBRTC: 'smallwebrtc',
ARI: 'ari'
} as const;
export type WorkflowRunMode = typeof WORKFLOW_RUN_MODES[keyof typeof WORKFLOW_RUN_MODES];