A simple and elegant client that allows you to make group voice calls quickly and easily.
Examples
•
Documentation
•
PyPi
•
Channel
•
Chat
from pytgcalls import PyTgCalls
from pytgcalls import idle
from pytgcalls.types import AudioPiped
...
client = # Here Your MtProto Client
app = PyTgCalls(client)
app.start()
app.join_group_call(
-1001185324811,
AudioPiped(
'http://docs.evostream.com/sample_content/assets/sintel1m720p.mp4',
)
)
idle()
This project allows to make Telegram group call using MtProto and WebRTC, this is possible thanks to the power of NodeJS's WebRTC library and @evgeny-nadymov
.. hlist:: :columns: 2 - :doc:`Quick Start <intro/quickstart>`: Overview to get you started quickly. - :doc:`Calling Methods <start/invoking>`: How to call PyTgCalls’s methods. - :doc:`Handling Updates <start/updates>`: How to handle PyTgCalls updates.
.. toctree:: :hidden: :caption: Introduction intro/quickstart intro/install
.. toctree:: :hidden: :caption: Getting Started start/invoking start/updates start/examples
.. toctree:: :hidden: :caption: API Reference api/client api/custom_api api/stream_type api/methods/index api/types/index api/decorators api/exceptions
.. toctree:: :hidden: :caption: Meta releases/index