openvidu-components: Updated testapp
This commit is contained in:
parent
df128e0591
commit
1ece085349
@ -18,7 +18,10 @@ export class AdminDashboardComponent implements OnInit {
|
||||
const resp: any = await this.restService.login('');
|
||||
this.logged = true;
|
||||
this.recordings = resp.recordings;
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
|
||||
this.logged = true;
|
||||
}
|
||||
}
|
||||
|
||||
async login(pass: string) {
|
||||
|
||||
@ -9,7 +9,6 @@ import { RestService } from '../services/rest.service';
|
||||
})
|
||||
export class CallComponent implements OnInit {
|
||||
|
||||
value = true;
|
||||
sessionId = 'daily-call';
|
||||
tokens: TokenModel;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user