Small WebRTC transport demo app for Android

This commit is contained in:
marcus-daily
2025-05-06 13:02:22 +01:00
committed by Marcus
parent a471f49b61
commit da0d2f0266
58 changed files with 2300 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# 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.