From ed83b2efcf3cda15c5bf789b2a164618e29bf585 Mon Sep 17 00:00:00 2001 From: Il'ya Date: Sat, 21 Aug 2021 22:00:33 +0200 Subject: [PATCH] add tgcalls example --- docs/data/projects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index e21af4b5..e684b666 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 parties dependensies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc.