Skip to content

Commit

Permalink
feat(docs): fix live777 api cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 20, 2024
1 parent 12dd7b6 commit 8f389cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/live777-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Request:
```

- `token`: Option, auth header
- `sourceUrl`: Option. if has, use pull mode
- `targetUrl`: Option. if has, use pull mode
- `sourceUrl`: `Option<WHEP url>`. if has, use pull mode
- `targetUrl`: `Option<WHIP url>`. if has, use push mode
- `sourceUrl` and `targetUrl` at the same time can only one

4 changes: 2 additions & 2 deletions docs/zh/guide/live777-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Request:
```

- `token`: Option, auth header
- `sourceUrl`: Option. if has, use pull mode
- `targetUrl`: Option. if has, use pull mode
- `sourceUrl`: `Option<WHEP url>`. if has, use pull mode
- `targetUrl`: `Option<WHIP url>`. if has, use push mode
- `sourceUrl` and `targetUrl` at the same time can only one

0 comments on commit 8f389cc

Please sign in to comment.