From 75cb427858b777685116750ad22a52ee3810c542 Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Mon, 18 Jul 2022 17:27:34 +0200 Subject: [PATCH] openvidu-components: Clean tutorial --- .../openvidu-custom-activities-panel/src/app/app.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvidu-components/openvidu-custom-activities-panel/src/app/app.component.ts b/openvidu-components/openvidu-custom-activities-panel/src/app/app.component.ts index aeef200a..d4d159d3 100644 --- a/openvidu-components/openvidu-custom-activities-panel/src/app/app.component.ts +++ b/openvidu-components/openvidu-custom-activities-panel/src/app/app.component.ts @@ -3,7 +3,6 @@ import { catchError, throwError as observableThrowError } from "rxjs"; import { HttpClient, HttpHeaders } from "@angular/common/http"; import { TokenModel } from "openvidu-angular"; -import { Session } from "openvidu-browser"; @Component({ selector: "app-root", @@ -38,8 +37,6 @@ export class AppComponent implements OnInit{ sessionId = "activities-panel-directive-example"; OPENVIDU_SERVER_URL = "https://localhost:4443"; OPENVIDU_SERVER_SECRET = "MY_SECRET"; - session!: Session; - messages: string[] = []; constructor(private httpClient: HttpClient) {} async ngOnInit() {