Improving the video-transform readme

This commit is contained in:
Filipi Fuchter
2025-04-09 15:55:13 -03:00
parent 65fcea28ce
commit 05b6a5ae4b

View File

@@ -35,9 +35,19 @@ cd server
python server.py
```
### 2Connect Using the Client App
### 2Test 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.