openvidu-components: Clean tutorial

This commit is contained in:
csantosm 2022-07-18 17:27:34 +02:00
parent c1d6404a58
commit 75cb427858

View File

@ -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() {