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 @@

createSession

@@ -172,7 +178,7 @@
  • @@ -207,7 +213,7 @@
  • @@ -242,7 +248,7 @@
  • @@ -267,7 +273,7 @@
  • @@ -297,7 +303,7 @@
  • @@ -335,7 +341,7 @@
  • @@ -377,7 +383,7 @@
  • diff --git a/openvidu-node-client/docs/classes/session.html b/openvidu-node-client/docs/classes/session.html index 62dc9a5d..8ef94fa2 100644 --- a/openvidu-node-client/docs/classes/session.html +++ b/openvidu-node-client/docs/classes/session.html @@ -169,12 +169,12 @@
  • -

    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

    Parameters

    @@ -184,7 +184,7 @@
  • Returns Promise<string>

    -

    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 @@

    getSessionId