diff --git a/docs/data/projects.yml b/docs/data/projects.yml index e21af4b5..becdf516 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -376,3 +376,10 @@ ci: [github, travisci] os: [apple, linux, windows] notes: Multitagged binary builds for all supported platforms, using cibw 2 config configuration. + +- name: tgcalls + gh: MarshalX/tgcalls + pypi: pytgcalls + ci: [github] + os: [apple, windows] + notes: Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc.