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)
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
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)
Generated using TypeDoc
Gets a new token associated to Session object. This translates into a new request to OpenVidu Server