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`.