-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(): add README.md to provide repo description
- Loading branch information
1 parent
9ff9bac
commit c7f731e
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Agora Tools | ||
This repository is equipped with a variety of tools, designed to enhance the functionality and user experience of the Agora SDK. | ||
|
||
## DynamicKey/AgoraDynamicKey | ||
This section delves into the authentication mechanism implemented by the Agora SDK. Equally important, this also provides the requisite code for generating access tokens. | ||
|
||
## Golem | ||
Golem facilitates the creation of simulated users in an Agora channel. This tool has been efficiently tested and proven effective on Linux x64 platforms such as Ubuntu & CentOS. | ||
|
||
## Proxy | ||
This tool serves as a proxy server for the Agora RTC SDK and WebRTC. | ||
|
||
## TroubleShooting/Agora-WebRTC-Troubleshooting | ||
Agora WebRTC Troubleshooting is a critical tool for preliminary diagnostics. It ensures the effective working of Agora WebRTC prior to commencing a call. |