mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated testapp
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…
Reference in New Issue