Skip to main content

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


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

agora_signaling_sdk-1.0.2-py2.py3-none-any.whl (25.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page