A browser-based photobooth application was built using JavaScript, PHP, and Twilio. The application uses WebRTC's getUserMedia API to capture the user's webcam stream and display it on the screen. A "Take Picture" button captures a still image from the stream, which is then sent to a phone number via MMS using Twilio. The application also features a countdown timer before capturing the picture and allows users to share their pictures immediately via MMS. The final version of the code can be found on GitHub, and the authors invite developers to build their own photobooth applications with Twilio and WebRTC.