mynaparrot/plugNmeet-server — reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted video conferencing server that I can plug into my own website or app. I want people to create and join meeting rooms from the browser with HD audio and video, screen sharing, chat, whiteboard with office file support, shared notes, polls, breakout rooms, and good performance on weak networks.
Use Go for the backend and connect it with LiveKit for the WebRTC part, plus Redis and MySQL or MariaDB for storage and messaging. Add secure room APIs, meeting settings, branding and URL customization, optional end to end encryption, recording to MP4, RTMP broadcasting, OBS style ingress, and SIP phone dial in if configured.
Also include the AI meeting features from the start, like live transcription, spoken translation, meeting summaries, action items, and an API to fetch those artifacts later. Please include Docker setup, sample config files, database setup, and clear run instructions. A simple test page or API examples are enough for the client side. Look up the current docs online if you need to.
Want more depth? Deep Reverse