From 86597cc9ec296fd3f4a23c5bb20d6936af22e6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 9 Mar 2026 23:55:31 -0700 Subject: [PATCH] Add changelog entries for PR #3831 --- changelog/3831.added.md | 1 + changelog/3831.changed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3831.added.md create mode 100644 changelog/3831.changed.md diff --git a/changelog/3831.added.md b/changelog/3831.added.md new file mode 100644 index 000000000..7c3f7f4df --- /dev/null +++ b/changelog/3831.added.md @@ -0,0 +1 @@ +- Added custom video track support to Daily transport. Use `video_out_destinations` in `DailyParams` to publish multiple video tracks simultaneously, mirroring the existing `audio_out_destinations` feature. diff --git a/changelog/3831.changed.md b/changelog/3831.changed.md new file mode 100644 index 000000000..bb4d7df83 --- /dev/null +++ b/changelog/3831.changed.md @@ -0,0 +1 @@ +- Daily transport now uses `CustomVideoSource`/`CustomVideoTrack` instead of `VirtualCameraDevice` for the default camera output, mirroring how audio already works with `CustomAudioSource`/`CustomAudioTrack`.