From bf66ae7e46db3eb384eddbdc17e8bda02a0f81ce Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 12 Mar 2026 09:22:31 -0400 Subject: [PATCH] Add changelog for #4005 --- changelog/4005.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4005.added.md diff --git a/changelog/4005.added.md b/changelog/4005.added.md new file mode 100644 index 000000000..0a023f104 --- /dev/null +++ b/changelog/4005.added.md @@ -0,0 +1 @@ +- Added `sip_provider` and `room_geo` parameters to `configure()` in the Daily runner. These convenience parameters let callers specify a SIP provider name and geographic region directly without manually constructing `DailyRoomProperties` and `DailyRoomSipParams`.