Adding the changelog for the changes.

This commit is contained in:
filipi87
2026-05-14 11:10:33 -03:00
parent d6655e7a5e
commit c8efe319b3
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ The development runner now supports all transports (WebRTC, Daily, telephony, plain WebSocket) simultaneously from a single server. The `/start` endpoint accepts a `"transport"` field to select the transport per-request; omitting `-t` at startup enables all transports instead of defaulting to WebRTC. The Daily browser-redirect route moved from `GET /` to `GET /daily`.