diff --git a/openvidu-node-client/docs/classes/openvidu.html b/openvidu-node-client/docs/classes/openvidu.html index a4064a7b..e543ea29 100644 --- a/openvidu-node-client/docs/classes/openvidu.html +++ b/openvidu-node-client/docs/classes/openvidu.html @@ -143,22 +143,28 @@
A Promise that is resolved to the Session if success and rejected with an Error object if not
Gets a new token associated to Session object. This always translates into a new request to OpenVidu Server
+Gets a new token associated to Session object
A Promise that is resolved to the token if success and rejected with an Error object if not (due to a 400 (Bad Request)
error in OpenVidu Server)
A Promise that is resolved to the token if success and rejected with an Error object if not
@@ -192,23 +192,21 @@Gets the unique identifier of the Session. This translates into a new request to OpenVidu Server if this Session has no sessionId
yet
- or simply returns the existing value if it has already been retrieved
Gets the unique identifier of the Session
A Promise that is resolved to the sessionId if success and rejected with an Error object if not (due to a 400 (Bad Request)
error in OpenVidu Server)
Creates an OpenVidu session. You can call Session.getSessionId in the resolved promise to retrieve the
+sessionId