Skip to content

Commit 857399f

Browse files
authored
Merge pull request #30 from seymourtang/doc
Doc:Add more REAME documents and remove Chinese comments from the code
2 parents 70a98bb + 6e27ffb commit 857399f

40 files changed

+1171
-1290
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ This SDK has undergone some testing to ensure its basic functionality works corr
2929

3030
## Environment Setup
3131
* [Go 1.18 or later](https://go.dev/)
32-
* App ID and App Certificate obtained from the [Agora Console](https://console.shengwang.cn/)
33-
* Basic Auth credentials from the [Agora Console](https://console.shengwang.cn/)
34-
* Enable the relevant service capabilities on the [Agora Console](https://console.shengwang.cn/)
32+
* App ID and App Certificate obtained from the [Agora Console](https://console.agora.io/v2)
33+
* Basic Auth credentials from the [Agora Console](https://console.agora.io/v2)
34+
* Enable the relevant service capabilities on the [Agora Console](https://console.agora.io/v2)
3535

3636
## Installation
3737
Install the dependency from GitHub using the following command:
@@ -195,21 +195,12 @@ func main() {
195195
```
196196
For more examples, see [Example](./examples).
197197

198-
## How to Contact Agora for Assistance if You Encounter Difficulties
199-
200-
> Option 1: If you are already using Agora services or are in the process of integration, you can directly contact your sales or service representative.
201-
>
202-
> Option 2: Send an email to [[email protected]](mailto:[email protected]) for consultation.
203-
>
204-
> Option 3: Scan the QR code to join our WeChat group for questions.
205-
>
206-
> <img src="https://download.agora.io/demo/release/SDHY_QA.jpg" width="360" height="360">
207-
---
208-
209198
## Contribution
199+
210200
This project welcomes and accepts contributions. If you encounter any issues or have suggestions for improvements, please open an issue or submit a Pull Request.
211201

212202
# SemVer Versioning
203+
213204
This project uses Semantic Versioning (SemVer) to manage versions. The format is MAJOR.MINOR.PATCH.
214205

215206
* MAJOR version indicates incompatible changes.
@@ -218,7 +209,7 @@ This project uses Semantic Versioning (SemVer) to manage versions. The format is
218209
For more details, please refer to the [Semantic Versioning](https://semver.org) specification.
219210

220211
## References
221-
* [Agora API Documentation](https://doc.shengwang.cn/)
212+
* [Agora API Documentation](https://docs.agora.io/en/)
222213

223214
## License
224215
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func main() {
218218
有关详细信息,请参阅 [语义化版本](https://semver.org/lang/zh-CN/) 规范。
219219

220220
## 参考
221-
* [Agora API 文档](https://doc.shengwang.cn/)
221+
* [声网 API 文档](https://doc.shengwang.cn/)
222222

223223
## 许可证
224224
该项目使用MIT许可证,详细信息请参阅LICENSE文件。

assets/imges/CN/config_app.png

36.2 KB
Loading

assets/imges/CN/config_service.png

35.4 KB
Loading

assets/imges/CN/copy_app_cert.png

47 KB
Loading

assets/imges/CN/create_app_1.png

204 KB
Loading

assets/imges/CN/create_app_2.png

275 KB
Loading
15.2 KB
Loading

assets/imges/CN/open_convo_ai.png

87.2 KB
Loading

assets/imges/EN/config_app.png

67.6 KB
Loading

0 commit comments

Comments
 (0)