Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Agora Basic One-to-One Video Call Demo

中文 | English

This is a python demo for Agora 1-to-1 video call.

Installation

Requirements

  • Python 3.6+
  • Xcode (macOS)
  • Visual Studio 2017+ with C++ (Windows)

Dependencies

  • Agora Python SDK
  • PyQt5

Installation Options:

Install all required packages via PyPI

pip3 install agora-python-sdk pyqt5

Run Demo

Go to basic_one_to_one_video folder, run python3 one2one.py.

If you do not have an App ID, see Appendix.

Appendix

Create an Account and Obtain an App ID

To use our SDK, you must obtain an app ID:

  1. Create a developer account at agora.io. Once you finish the sign-up process, you are redirected to the dashboard.
  2. Navigate in the dashboard tree on the left to Projects > Project List.
  3. 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).