From 9ef4ed9242c930ee2ffe52fe15b55f62a390a8cc Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Wed, 25 Apr 2018 11:03:30 +0200 Subject: [PATCH] openvidu-node-client TypeDoc refined --- openvidu-node-client/config/tslint.json | 2 +- .../docs/classes/openvidu.html | 6 +-- .../docs/classes/recording.html | 10 +++-- .../docs/classes/session.html | 2 +- .../docs/enums/recording.status.html | 37 ++++++++++++++++--- .../docs/interfaces/sessionproperties.html | 19 ++++++++-- .../docs/interfaces/tokenoptions.html | 7 +++- openvidu-node-client/src/OpenVidu.ts | 2 +- openvidu-node-client/src/OpenViduRole.ts | 24 ++++++------ openvidu-node-client/src/Recording.ts | 37 +++++++++++++++---- openvidu-node-client/src/Session.ts | 2 +- openvidu-node-client/src/SessionProperties.ts | 32 ++++++++++------ openvidu-node-client/src/TokenOptions.ts | 3 ++ 13 files changed, 131 insertions(+), 52 deletions(-) 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: