mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Fixed typo
parent
1f1b54f111
commit
2e39243070
|
@ -111,7 +111,7 @@ export class Session extends EventDispatcher {
|
||||||
*/
|
*/
|
||||||
options: SessionOptions;
|
options: SessionOptions;
|
||||||
/**
|
/**
|
||||||
* @hidden
|
* @hidden
|
||||||
*/
|
*/
|
||||||
token: string;
|
token: string;
|
||||||
/**
|
/**
|
||||||
|
@ -1501,7 +1501,7 @@ export class Session extends EventDispatcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
private processToken(token: string): void {
|
private processToken(token: string): void {
|
||||||
const tokenParams = this.getTokenParams(token;
|
const tokenParams = this.getTokenParams(token);
|
||||||
this.sessionId = tokenParams.sessionId;
|
this.sessionId = tokenParams.sessionId;
|
||||||
|
|
||||||
if (!!tokenParams.secret) {
|
if (!!tokenParams.secret) {
|
||||||
|
|
Loading…
Reference in New Issue