MCPcopy
hub / github.com/simstudioai/sim / broadcastPresenceUpdate

Method broadcastPresenceUpdate

apps/realtime/src/rooms/types.ts:110–110  ·  view source on GitHub ↗

* Broadcast presence update to all clients in a workflow room

(workflowId: string)

Source from the content-addressed store, hash-verified

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

Callers 2

setupWorkflowHandlersFunction · 0.65
setupConnectionHandlersFunction · 0.65

Implementers 2

RedisRoomManagerapps/realtime/src/rooms/redis-manager.
MemoryRoomManagerapps/realtime/src/rooms/memory-manager

Calls

no outgoing calls

Tested by

no test coverage detected