* Initialize the room manager (connect to Redis, etc.)
()
| 47 | * Initialize the room manager (connect to Redis, etc.) |
| 48 | */ |
| 49 | initialize(): Promise<void> |
| 50 | |
| 51 | /** |
| 52 | * Whether the room manager is ready to serve requests |
no outgoing calls
no test coverage detected