Merge pull request #800 from MarshalX/new-tgcalls-example

Add tgcalls example
This commit is contained in:
Joe Rickerby
2021-08-23 09:13:44 +01:00
committed by GitHub
+7
View File
@@ -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.