You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ This SDK has undergone some testing to ensure its basic functionality works corr
29
29
30
30
## Environment Setup
31
31
*[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)
35
35
36
36
## Installation
37
37
Install the dependency from GitHub using the following command:
@@ -195,21 +195,12 @@ func main() {
195
195
```
196
196
For more examples, see [Example](./examples).
197
197
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.
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.
211
201
212
202
# SemVer Versioning
203
+
213
204
This project uses Semantic Versioning (SemVer) to manage versions. The format is MAJOR.MINOR.PATCH.
214
205
215
206
* MAJOR version indicates incompatible changes.
@@ -218,7 +209,7 @@ This project uses Semantic Versioning (SemVer) to manage versions. The format is
218
209
For more details, please refer to the [Semantic Versioning](https://semver.org) specification.
219
210
220
211
## References
221
-
*[Agora API Documentation](https://doc.shengwang.cn/)
212
+
*[Agora API Documentation](https://docs.agora.io/en/)
222
213
223
214
## License
224
215
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.
0 commit comments