Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middleware Updates #1582

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cloud-recording/get-started/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ curl --location --request POST 'https://api.agora.io/v1/apps/<appid>/cloud_recor
"clientRequest":{
}
}'

```

<a name="start"></a>
Expand Down Expand Up @@ -243,6 +242,10 @@ You can also use Postman to generate code snippets written in various programmin

![img](https://web-cdn.agora.io/docs-files/1588737379230)

### REST API middleware

[Agora Go Backend Middleware](https://github.com/AgoraIO-Community/agora-go-backend-middleware) is an open-source microservice that exposes a RESTful API designed to simplify <Vpd k="NAME" /> interactions with Agora. Written in Golang and powered by the Gin framework, this community project serves as a middleware to bridge front-end applications using Agora's <Vg k="VSDK" /> or <Vg k="ASDK" /> with Agora's RESTful APIs.

### Reference documents

- [Common errors in cloud recording](../reference/common-errors) lists common error codes and error messages in the response body.
Expand Down
3 changes: 3 additions & 0 deletions shared/media-gateway/get-started/_quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ After completing the configuration, you can push RTMP or SRT protocol streams to

By default, after the <Vpd k="NAME" /> receives the pushed stream, it will not transcode it and will directly publish it to the <Vg k="COMPANY" /> channel. If you want to transcode the streams, use the stream configuration template API to implement related functions.

### REST API middleware

[Agora Go Backend Middleware](https://github.com/AgoraIO-Community/agora-go-backend-middleware) is an open-source microservice that exposes a RESTful API designed to simplify <Vpd k="NAME" /> interactions with Agora. Written in Golang and powered by the Gin framework, this community project serves as a middleware to bridge front-end applications using Agora's <Vg k="VSDK" /> or <Vg k="ASDK" /> with Agora's RESTful APIs.



Expand Down
4 changes: 2 additions & 2 deletions shared/real-time-stt/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ Check our [demo](https://stt-demo.agora.io) to try out <Vpd k="NAME"/> and evalu

You can also refer to the [demo code on Github](https://github.com/AgoraIO-Community/Agora-RTT-Demo) to see how captions and transcription are implemented. For more demo code, contact [[email protected]](mailto:[email protected]).

### REST API middleware



[Agora Go Backend Middleware](https://github.com/AgoraIO-Community/agora-go-backend-middleware) is an open-source microservice that exposes a RESTful API designed to simplify <Vpd k="NAME" /> interactions with Agora. Written in Golang and powered by the Gin framework, this community project serves as a middleware to bridge front-end applications using Agora's <Vg k="VSDK" /> or <Vg k="ASDK" /> with Agora's RESTful APIs.
Loading