diff --git a/src/replay/machine.ts b/src/replay/machine.ts index d4635a04..bee1602f 100644 --- a/src/replay/machine.ts +++ b/src/replay/machine.ts @@ -126,6 +126,10 @@ export function createPlayerService( target: 'live', actions: ['addEvent'], }, + CAST_EVENT: { + target: 'live', + actions: ['castEvent'], + }, }, }, },