13 lines
269 B
Markdown
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.
|
|
|