mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Fixed typo
parent
1f1b54f111
commit
2e39243070
|
@ -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