Commit 2cfb529
committed
fix(cloud): cherry-pick roiPosition validation fix (cec8eb8)
CameraRoiPosition is a string union ('center' | 'top' | 'bottom') not a number.
Original fix was on origin/dev but our initial merge used stale local dev.
Cherry-picked instead of re-merging to avoid 40+ mobile conflicts from SRT refactor.
Locally verified: types, sdk, cloud all build clean (zero TS errors).1 parent 3686449 commit 2cfb529
File tree
1 file changed
+4
-2
lines changed- cloud/packages/cloud/src/services/session/handlers
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
330 | 332 | | |
331 | | - | |
| 333 | + | |
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
| 338 | + | |
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
| |||
0 commit comments