RoomInfo returns room information for the given room ID, or nil if there is no room.
(ctx context.Context, roomID string)
| 28 | SupportsConcurrentRoomInputs() bool |
| 29 | // RoomInfo returns room information for the given room ID, or nil if there is no room. |
| 30 | RoomInfo(ctx context.Context, roomID string) (*types.RoomInfo, error) |
| 31 | // Store the room state at an event in the database |
| 32 | AddState( |
| 33 | ctx context.Context, |
no outgoing calls
no test coverage detected