* Get user session data for a socket
(socketId: string)
| 79 | * Get user session data for a socket |
| 80 | */ |
| 81 | getUserSession(socketId: string): Promise<UserSession | null> |
| 82 | |
| 83 | /** |
| 84 | * Get all users in a workflow room |
no outgoing calls
no test coverage detected