中文 | English
This is a python demo for Agora 1-to-1 video call.
- Python 3.6+
- Xcode (macOS)
- Visual Studio 2017+ with C++ (Windows)
- Agora Python SDK
- PyQt5
Install all required packages via PyPI
pip3 install agora-python-sdk pyqt5Go to basic_one_to_one_video folder, run python3 one2one.py.
If you do not have an App ID, see Appendix.
To use our SDK, you must obtain an app ID:
- Create a developer account at agora.io. Once you finish the sign-up process, you are redirected to the dashboard.
- Navigate in the dashboard tree on the left to Projects > Project List.
- Copy the app ID that you obtained from the dashboard into a text file. You will use it when you run demo (there is an input box in our GUI demo).