* Add a user to a workflow room
(workflowId: string, socketId: string, presence: UserPresence)
| 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 |
no outgoing calls
no test coverage detected