* feat: add video_out_codec parameter for DailyTransport Add video_out_codec parameter to TransportParams allowing configuration of the preferred video codec (VP8, H264, H265) for video output. When set, this passes the preferredCodec option to Daily's VideoPublishingSettings during the join operation. * chore: move video_out_codec parameter to changelog folder (#3522) * Initial plan * Move video_out_codec parameter to changelog/3520.added.md Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com> * Revert all CHANGELOG.md changes, keep only changelog/3520.added.md Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamsea <614910+jamsea@users.noreply.github.com>
183 B
183 B
- Added
video_out_codecparameter toTransportParamsallowing configuration of the preferred video codec (e.g.,"VP8","H264","H265") for video output inDailyTransport.