Merge pull request #637 from Palakis/fix/getstreamingstatus-docs

Docs: Add recording-paused to documentation
This commit is contained in:
Stéphane Lepin
2021-01-18 11:51:17 +01:00
committed by GitHub

View File

@ -11,9 +11,10 @@
* *
* @return {boolean} `streaming` Current streaming status. * @return {boolean} `streaming` Current streaming status.
* @return {boolean} `recording` Current recording status. * @return {boolean} `recording` Current recording status.
* @return {boolean} `recording-paused` If recording is paused.
* @return {boolean} `preview-only` Always false. Retrocompatibility with OBSRemote.
* @return {String (optional)} `stream-timecode` Time elapsed since streaming started (only present if currently streaming). * @return {String (optional)} `stream-timecode` Time elapsed since streaming started (only present if currently streaming).
* @return {String (optional)} `rec-timecode` Time elapsed since recording started (only present if currently recording). * @return {String (optional)} `rec-timecode` Time elapsed since recording started (only present if currently recording).
* @return {boolean} `preview-only` Always false. Retrocompatibility with OBSRemote.
* *
* @api requests * @api requests
* @name GetStreamingStatus * @name GetStreamingStatus