Files
pipecat/examples/p2p-webrtc/video-transform/client/android/README.md
2025-05-30 12:38:32 +01:00

13 lines
269 B
Markdown

# Pipecat Small WebRTC Client for Android
Demo app which connects to the `video-transform` backend over the small WebRTC transport.
## How to run
```bash
./gradlew runDebug
```
Ensure that the `video-transform` server is running as described in the parent README.