Django Video Chat Website With Controls

Build a video calling website with Django and the Agora Video Web SDK. This project will include the following features: Group and peer to peer video calling, full controls such as muting your mic, turning your camera off and displaying usernames. Source Code: Agora Documentation: Reference/web_ng/ Downloadable Web SDK: Build a video calling app in 15 minutes: Timesteps: 00:00 - Intro 17:38 - Connect Static Files 23:45 - Template setup and Styling 38:10 - Create Agora Account 40:40 - Generate Temp Token 44:01 - Download Agora SDK 47:18 - Display Video Source to Page 1:00:30 - Adding More Users 1:10:00 - Handle User Left 1:12:20 - Adding Controls 1:26:03 - Token Generation 1:36:52 - Join From Lobby 1:47:15 - Finish Styling 2:03:25 - Display Usernames
Back to Top