Skip to content

Commit

Permalink
Middleware Updates (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami authored Aug 12, 2024
1 parent 67a4d7e commit 1402a30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.

0 comments on commit 1402a30

Please sign in to comment.