ZGZishan Ghaniwalainziisshhh.hashnode.dev·Aug 5 · 15 min readBuild ESP32 Video & Audio Calling With VideoSDKESP32 video calling runs two-way WebRTC audio and video directly on an ESP32-S3 microcontroller. The VideoSDK IoT SDK ships as an ESP-IDF component that joins your board to the same VideoSDK room a br00
ZGZishan Ghaniwalainziisshhh.hashnode.dev·Jul 27 · 15 min readHow to Build an Open-Source Google Meet Clone with Claude CodeTo build a Google Meet clone, clone the MIT-licensed videosdk-community/google-meet-clone repo, run npm install and npm run dev, then add a free VIDEOSDK_API_KEY and VIDEOSDK_SECRET to .env for real W00