From a458c1e92b594ee21f0705dda44a411ee929bcf2 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Wed, 16 Apr 2025 18:38:48 -0300 Subject: [PATCH] Improving the README and fixing the env.example --- examples/p2p-webrtc/daily-interop-bridge/README.md | 12 +++++------- examples/p2p-webrtc/daily-interop-bridge/env.example | 3 ++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/p2p-webrtc/daily-interop-bridge/README.md b/examples/p2p-webrtc/daily-interop-bridge/README.md index d57497cb3..9de3f379f 100644 --- a/examples/p2p-webrtc/daily-interop-bridge/README.md +++ b/examples/p2p-webrtc/daily-interop-bridge/README.md @@ -6,11 +6,6 @@ A Pipecat example demonstrating how to interoperate audio and video between `Sma ### 1️⃣ Start the Bot Server -#### 📂 Navigate to the Server Directory -```bash -cd server -``` - #### 🔧 Set Up the Environment 1. Create and activate a virtual environment: ```bash @@ -35,9 +30,12 @@ cd server python server.py ``` -### 2️⃣ Connect Using SmallWebRTC Prebuilt UI +### 1️⃣ Connect the first client using Daily Prebuilt -You can quickly test your bot using the `SmallWebRTCPrebuiltUI`: +- Open your browser and navigate to the same URL that you configured inside your `.env` file: + - `DAILY_SAMPLE_ROOM_URL` + +### 2️⃣ Connect the second client using SmallWebRTC Prebuilt UI - Open your browser and navigate to: 👉 http://localhost:7860 diff --git a/examples/p2p-webrtc/daily-interop-bridge/env.example b/examples/p2p-webrtc/daily-interop-bridge/env.example index b8d79805b..8ea5961f2 100644 --- a/examples/p2p-webrtc/daily-interop-bridge/env.example +++ b/examples/p2p-webrtc/daily-interop-bridge/env.example @@ -1 +1,2 @@ -GOOGLE_API_KEY= \ No newline at end of file +DAILY_API_KEY= +DAILY_SAMPLE_ROOM_URL= \ No newline at end of file