This article guides readers through building a development version of a video chatting application using TypeScript and Twilio Programmable Video. Readers learn how to manage participant connection logic without worrying about authentication and identity management. They set up a Parcel project with TypeScript, install required dependencies, and configure the project by generating access tokens for testing. The application is built, including creating an HTML structure and adding TypeScript logic to connect to a room, manage tracks, and handle events. Readers learn how to attach remote tracks, subscribe to track events, and unsubscribe from tracks when necessary. The article concludes with running the application, which allows users to join a room, see their webcam stream in a preview window, and share video streams with other participants.