I want an Android-only application that lets people jump straight into a live video conversation the moment they open it—no sign-up, no password walls. Users should be able to: • start a one-to-one or group video call in real time • exchange text messages while the video is running • enjoy a quick “live matching” routine that pairs them with random participants for extra fun Everything has to feel instant: the app launches, a quick permission request appears, and the camera feed is live. Because I’m not collecting credentials, local device storage and session tokens can handle any short-term data you need for the call; no full authentication service is required. Please build the project in native Android (Kotlin or Java) and rely on a proven low-latency stack such as WebRTC for the video layer. If you need a lightweight signalling server, keep it minimal—Firebase Realtime Database or a simple Node.js socket gateway is fine, as long as the setup remains easy to deploy. Deliverables • Play-Store-ready APK and signed AAB • Complete, well-commented source code • Brief README with build steps and a line or two about the signalling architecture I’ll test by installing the APK on a physical device, initiating a group call, sending messages, and confirming the live matching pairs me with another device in under five seconds. If that flow is smooth and stable, we’re done.