openvidu-browser: Fixed typo

pull/722/head
csantosm 2022-04-28 12:01:04 +02:00
parent 1f1b54f111
commit 2e39243070
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ export class Session extends EventDispatcher {
*/
options: SessionOptions;
/**
* @hidden
* @hidden
*/
token: string;
/**
@ -1501,7 +1501,7 @@ export class Session extends EventDispatcher {
}
private processToken(token: string): void {
const tokenParams = this.getTokenParams(token;
const tokenParams = this.getTokenParams(token);
this.sessionId = tokenParams.sessionId;
if (!!tokenParams.secret) {