Python interface to the OpenVidu WebRTC videoconference framework.
- Free software: MIT license
- Documentation: https://pyopenvidu.readthedocs.io.
- Flask extension: https://pypi.org/project/flask-openvidu/
- Use OpenVidu API objects as native Python objects
- Supports Python 3.7 and above
- Depends on nothing more than requests and requests-toolbelt
This implementation is inspired by the original Java implementation by the OpenVidu team. https://openvidu.io/docs/reference-docs/openvidu-java-client/
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.