* Broadcast presence update to all clients in a workflow room
(workflowId: string)
| 108 | * Broadcast presence update to all clients in a workflow room |
| 109 | */ |
| 110 | broadcastPresenceUpdate(workflowId: string): Promise<void> |
| 111 | |
| 112 | /** |
| 113 | * Emit an event to all clients in a workflow room |
no outgoing calls
no test coverage detected