docs(travis): Update protocol.md - 701098d [skip ci]

This commit is contained in:
Travis CI 2019-04-19 18:18:53 +00:00
parent 701098d19d
commit d0ed43a8e5
2 changed files with 7 additions and 0 deletions

View File

@ -802,6 +802,7 @@
"return": [
"{boolean} `streaming` Current streaming state.",
"{boolean} `recording` Current recording state.",
"{boolean} `replay-buffer-active` Replay Buffer status",
"{boolean} `preview-only` Always false (retrocompatibility).",
"{int} `bytes-per-sec` Amount of data per second (in bytes) transmitted by the stream encoder.",
"{int} `kbits-per-sec` Amount of data per second (in kilobits) transmitted by the stream encoder.",
@ -826,6 +827,11 @@
"name": "recording",
"description": "Current recording state."
},
{
"type": "boolean",
"name": "replay-buffer-active",
"description": "Replay Buffer status"
},
{
"type": "boolean",
"name": "preview-only",

View File

@ -469,6 +469,7 @@ Emit every 2 seconds.
| ---- | :---: | ------------|
| `streaming` | _boolean_ | Current streaming state. |
| `recording` | _boolean_ | Current recording state. |
| `replay-buffer-active` | _boolean_ | Replay Buffer status |
| `preview-only` | _boolean_ | Always false (retrocompatibility). |
| `bytes-per-sec` | _int_ | Amount of data per second (in bytes) transmitted by the stream encoder. |
| `kbits-per-sec` | _int_ | Amount of data per second (in kilobits) transmitted by the stream encoder. |