Skip to content

Commit

Permalink
Merge pull request #1726 from bchah/patch-3
Browse files Browse the repository at this point in the history
Update Push Publisher API documentation
  • Loading branch information
Keukhan authored Oct 19, 2024
2 parents 3ae7722 + 478ea39 commit f4b3713
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/rest-api/v1/virtualhost/application/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,11 @@ The given vhost or application name could not be found.

The Push Publishing task has the state shown in the table below. You can get the `state` in the Start Push Publishing and Get Push Publishing State API response.

| Ready | Preparing to start or waiting for the stream to be created. |
| -------- | ----------------------------------------------------------- |
| Started | In Progress |
| Stopping | Is stopping |
| Stopped | Stopped |
| Error | Error |
| State | Description |
| ---------- | ----------------------------------------------------------|
| ready | Waiting for the stream to be created. |
| connecting | Connecting to destination |
| pushing | Connected and streaming |
| stopping | Disconnection / stop in progress |
| stopped | Push is disconnected / stopped |
| error | Push encountered an error |

0 comments on commit f4b3713

Please sign in to comment.