Commit ebaad92
Rename Pools class to PoolFactory (resolves class/namespace name clash)
The static pool factory `Pools` lived inside the `LiveKit.Internal.FFI.Pools`
namespace, so once FFIClient moved into LiveKit.Internal.FFI the namespace
shadowed the class and forced a `FfiResponsePools` alias at the call site.
Rename the class to `PoolFactory` (also a clearer name than `Pools.Pools`),
rename the file to match, and drop the now-unneeded alias in FFIClient.cs.
Internal-only type with a single call site; no API impact.
Verified by compiling the LiveKit assembly via csc.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1101040 commit ebaad92
3 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
File renamed without changes.
0 commit comments