diff --git a/.changeset/cute-zebras-grin.md b/.changeset/cute-zebras-grin.md
new file mode 100644
index 000000000..7b2c03dec
--- /dev/null
+++ b/.changeset/cute-zebras-grin.md
@@ -0,0 +1,10 @@
+---
+'@signalwire/webrtc': minor
+'@signalwire/js': minor
+---
+
+Added dial params:
+
+- audioCodecs
+
+The new parameter allows developers to select the audio codec to use with the desired configuration
diff --git a/internal/e2e-js/tests/roomSessionStreamingAPI.spec.ts b/internal/e2e-js/tests/roomSessionStreamingAPI.spec.ts
index 6415239f6..9cfa07f63 100644
--- a/internal/e2e-js/tests/roomSessionStreamingAPI.spec.ts
+++ b/internal/e2e-js/tests/roomSessionStreamingAPI.spec.ts
@@ -52,7 +52,6 @@ test.describe('Room Streaming from REST API', () => {
const STREAM_CHECK_URL = process.env.STREAM_CHECK_URL!
await pageTwo.goto(STREAM_CHECK_URL, { waitUntil: 'domcontentloaded' })
await pageTwo.waitForSelector(`text=${streamName}`, { timeout: 10_000 })
-
await deleteRoom(roomData.id)
})
})
diff --git a/internal/playground-js/src/fabric/index.html b/internal/playground-js/src/fabric/index.html
index 2807b7d91..658a54102 100644
--- a/internal/playground-js/src/fabric/index.html
+++ b/internal/playground-js/src/fabric/index.html
@@ -26,6 +26,7 @@
href="https://signalwire.com/assets/images/favicon.ico"
/>
+
+
+
+
+
+
+
+
+
+
+