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

Method addUserToRoom

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

* Add a user to a workflow room

(workflowId: string, socketId: string, presence: UserPresence)

Source from the content-addressed store, hash-verified

62 * Add a user to a workflow room
63 */
64 addUserToRoom(workflowId: string, socketId: string, presence: UserPresence): Promise<void>
65
66 /**
67 * Remove a user from their current room

Callers 2

index.test.tsFile · 0.65
setupWorkflowHandlersFunction · 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