Agora Signaling Python SDK
Project description
Agora.io Signal Python SDK
==========================
This is a wrapper of Agora signal APIs thats enables developers integrate Agora's signal service within 30 minutes.
Quick start example:
.. code-block:: python
>>> from agorasigsdk.agora_signal import AgoraSgnal
>>> from twisted.internet import reactor
>>> appid = 'THIS_IS_YOUR_APPID.'
>>> ag_sig = AgoraSignal(appid)
>>> session = ag_sig.login('ACCOUNT_NAME', 'TOKEN', CALLBACK_CLASS_INSTANCE)
>>> reactor.run()
Now you have a logged in Agora Signaling Session!
Installation
------------
.. code-block:: bash
pip install agora-signaling-sdk
Easy and ready to go.
Documentation
-------------
Please find in https://docs.agora.io
==========================
This is a wrapper of Agora signal APIs thats enables developers integrate Agora's signal service within 30 minutes.
Quick start example:
.. code-block:: python
>>> from agorasigsdk.agora_signal import AgoraSgnal
>>> from twisted.internet import reactor
>>> appid = 'THIS_IS_YOUR_APPID.'
>>> ag_sig = AgoraSignal(appid)
>>> session = ag_sig.login('ACCOUNT_NAME', 'TOKEN', CALLBACK_CLASS_INSTANCE)
>>> reactor.run()
Now you have a logged in Agora Signaling Session!
Installation
------------
.. code-block:: bash
pip install agora-signaling-sdk
Easy and ready to go.
Documentation
-------------
Please find in https://docs.agora.io
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for agora_signaling_sdk-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 604cb9fe57fa3bc7c5eaccbaf5af9eba41389841446da98b87d39ffa9f1744f3 |
|
MD5 | 8e81481faf0f09545fe7934ba7ca813e |
|
BLAKE2-256 | b385faa40dbf22412c22ed055d8180e76a63e6c3ca89557792dad4b1a7dd0b3e |