docs(sim): note media-mode based SFU path in mobile simulator

This commit is contained in:
2026-02-11 14:00:00 +00:00
parent c23afe7bb1
commit 836a64fcd3

View File

@@ -153,6 +153,7 @@ Experimental SFU scaffolding endpoints (`MEDIA_MODE=single_server_sfu`):
- `POST /streams/:streamSessionId/sfu/subscribe-transport/connect` participant marks subscribe transport as connected - `POST /streams/:streamSessionId/sfu/subscribe-transport/connect` participant marks subscribe transport as connected
- `POST /streams/:streamSessionId/sfu/produce` camera registers media producer on connected publish transport - `POST /streams/:streamSessionId/sfu/produce` camera registers media producer on connected publish transport
- `POST /streams/:streamSessionId/sfu/consume` participant creates consumer from available producer - `POST /streams/:streamSessionId/sfu/consume` participant creates consumer from available producer
- `public/mobile-sim.js` now prefers this SFU handshake path automatically when `MEDIA_MODE=single_server_sfu`; legacy mode keeps direct WebRTC + frame relay fallback behavior.
#### Streaming Scale Tradeoffs (Current Prototype) #### Streaming Scale Tradeoffs (Current Prototype)
- The current implementation is **not production-grade at scale**. - The current implementation is **not production-grade at scale**.