Skip to content

Commit

Permalink
Correct API endpoint for Get stream channel codec
Browse files Browse the repository at this point in the history
  • Loading branch information
tikz authored Jul 18, 2023
1 parent f9e18ef commit 3325500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ curl http://demo:[email protected]:8083/stream/{STREAM_ID}/channel/{CHANNEL_ID}/inf
### Get stream channel codec

#### Request
`GET /stream/{STREAM_ID}/{CHANNEL_ID}/codec`
`GET /stream/{STREAM_ID}/channel/{CHANNEL_ID}/codec`

```bash
curl http://demo:[email protected]:8083/stream/{STREAM_ID}/{CHANNEL_ID}/codec
curl http://demo:[email protected]:8083/stream/{STREAM_ID}/channel/{CHANNEL_ID}/codec
```

#### Response
Expand Down

0 comments on commit 3325500

Please sign in to comment.