
gortc: Pure Go WebRTC Client for Telegram Calls (No CGO, No libwebrtc)
Built a pure Go WebRTC client for Telegram that supports both group calls and peer-to-peer calls.
Most existing solutions rely on libwebrtc (like tgcalls, pytgcalls, ntgcalls, etc), which means dealing with CGO and native libraries (.dll, .so, etc.). This project avoids all of that and is written entirely in Go.
Supported codecs:
- Audio: Opus
- Video: VP8
Check it out