fix(local-recording) Notify external api about local recording (#11887)

This commit is contained in:
Robert Pintilii
2022-07-20 18:08:52 +03:00
committed by GitHub
parent c1e9724bba
commit cb712eb4ab
2 changed files with 11 additions and 1 deletions

View File

@@ -1599,7 +1599,7 @@ class API {
* Notify external application (if API is enabled) that recording has started or stopped.
*
* @param {boolean} on - True if recording is on, false otherwise.
* @param {string} mode - Stream or file.
* @param {string} mode - Stream or file or local.
* @param {string} error - Error type or null if success.
* @returns {void}
*/