diff --git a/openvidu-node-client/config/tslint.json b/openvidu-node-client/config/tslint.json index 2f1e9bc7..c2137e2c 100644 --- a/openvidu-node-client/config/tslint.json +++ b/openvidu-node-client/config/tslint.json @@ -41,7 +41,7 @@ "indent": [ true, "spaces", - 4 + 2 ], "interface-name": [ true, diff --git a/openvidu-node-client/docs/classes/openvidu.html b/openvidu-node-client/docs/classes/openvidu.html index a2d8e460..a4064a7b 100644 --- a/openvidu-node-client/docs/classes/openvidu.html +++ b/openvidu-node-client/docs/classes/openvidu.html @@ -287,7 +287,7 @@

Returns Promise<Recording>

-

A Promise that is resolved to the Recording if it successfully started and rejected with an Error object if not. This Error object has as message property with the following values:

+

A Promise that is resolved to the Recording if it successfully started (the recording can be stopped with guarantees) and rejected with an Error object if not. This Error object has as message property with the following values:

Returns Promise<Recording>

-

A Promise that is resolved to the Recording if it successfully started and rejected with an Error object if not. This Error object has as message property with the following values:

+

A Promise that is resolved to the Recording if it successfully started (the recording can be stopped with guarantees) and rejected with an Error object if not. This Error object has as message property with the following values:

Returns Promise<Recording>

-

A Promise that is resolved to the Recording if it successfully started and rejected with an Error object if not. This Error object has as message property with the following values:

+

A Promise that is resolved to the Recording if it successfully started (the recording can be stopped with guarantees) and rejected with an Error object if not. This Error object has as message property with the following values: