其他语言版本:简体中文
Agora Meeting is a sample project provided by Agora that demonstrates how to use Agora Conference Cloud Service, Agora RTC SDK, Agora RTM SDK, Agora Cloud Recording, and the third-party Netless whiteboard SDK to quickly implement a basic enterprise video conferencing solution.
Agora Meeting supports the basic video conferencing scenario. In a typical video conference, a host presides over the meeting and multiple participants share their thoughts about a topic. To make the communication more effective, both the host and participants can share their screens, mute or un-mute themselves, turn the local camera on or off, and send and receive text messages. Background blurring and image enhancement can also be used to help the participants concentrate.
Feature | Web | iOS and Android | Description |
---|---|---|---|
Real-time engagement | ✔ | ✔ | During the meeting, the host and participants engage in real-time audio and video communication. |
Real-time messaging | ✔ | ✔ | The host and participants can chat with each other through text messages. |
Whiteboard | ✔ | ✔ | The host can use the whiteboard to share a PowerPoint slide, a Word or PDF file, or even an audio or video file. The host and the participants can also write on the whiteboard collaboratively. |
Screen sharing | ✔ | ✘ | Both the host and the participants can share their screens with each other to make the communication more effective. |
Meeting management | ✔ | ✔ | The host starts or ends the meeting, and manages the participants' privilege to send audio, video, or real-time messages. |
Invitation | ✔ | ✔ | Invite others to the meeting. Get the title, password and link of the meeting with a single click. |
Agora Meeting supports the following platforms and versions:
- iOS 10 or later. We do not test Agora Meeting on iOS 9 updates.
- Android 4.4 and later.
- Web Chrome 72 and later. We do not test Agora Meeting on browsers.
Make sure you make the following preparations before compiling and running the sample project.
Follow these steps to get an Agora App ID:
- Create an account in Agora Console.
- Log in to Agora Console and create a project. Select "App ID + App Certificate + Token" as your authentication mechanism when creating the project. Make sure that you enable the App Certificate of this project.
- Get the App ID of this project in Project Management page.
Before using the Agora RESTful APIs, you need to generate the Authorization
parameter with the Customer ID and Customer Certificate provided by Agora and pass the Authorization
parameter in the HTTP request header for authentication. For details, see the steps of basic HTTP authentication.
Follow these steps to get a Netless whiteboard sdkToken
:
- Create an account in Netless Console.
- Log in to Netless Console and get the
sdkToken
in the Key management page.
You need to register the sdkToken of the whiteboard to the Agora cloud server.
- Open Agora Console
- Edit Project Management, select the function module and click "update the token" to register.
See the following documents to compile and run the sample project:
Agora provides Agora Conference Cloud Service for developers who are not good at back end development. You can call the RESTful APIs of Agora Conference Cloud Service to quickly implement managing the states of meeting rooms and the permissions of users on the back end. For details, see Agora Conference Cloud Service.
See Troubleshooting.