From 05b6a5ae4b588740da8432c8973bf42b2ab46669 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Wed, 9 Apr 2025 15:55:13 -0300 Subject: [PATCH] Improving the video-transform readme --- examples/p2p-webrtc/video-transform/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/examples/p2p-webrtc/video-transform/README.md b/examples/p2p-webrtc/video-transform/README.md index 7125e3e68..c031b3f26 100644 --- a/examples/p2p-webrtc/video-transform/README.md +++ b/examples/p2p-webrtc/video-transform/README.md @@ -35,9 +35,19 @@ cd server python server.py ``` -### 2️⃣ Connect Using the Client App +### 2️⃣ Test with SmallWebRTC Prebuilt UI -For client-side setup, refer to the [JavaScript Guide](client/typescript/README.md). +You can quickly test your bot using the `SmallWebRTCPrebuiltUI`: + +- Open your browser and navigate to: +👉 http://localhost:7860 + - (Or use your custom port, if configured) + +### 3️⃣ Connect Using a custom Client App + +For client-side setup, refer to the: +- [Typescript Guide](client/typescript/README.md). +- [iOS Guide](client/ios/README.md). ## ⚠️ Important Note Ensure the bot server is running before using any client implementations.