* Remove a user from their current room * Optional workflowIdHint is used when socket mapping keys are missing/expired. * Returns the workflowId they were in, or null if not in any room.
(socketId: string, workflowIdHint?: string)
| 69 | * Returns the workflowId they were in, or null if not in any room. |
| 70 | */ |
| 71 | removeUserFromRoom(socketId: string, workflowIdHint?: string): Promise<string | null> |
| 72 | |
| 73 | /** |
| 74 | * Get the workflow ID for a socket |
no outgoing calls
no test coverage detected