openvidu-components: remove unused "title" property
This commit is contained in:
parent
38145508e6
commit
28cc1b44b7
@ -51,7 +51,6 @@ export class AppComponent {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-additional-panels";
|
||||
sessionId = "toolbar-additionalbtn-directive-example";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-custom-activities-panel";
|
||||
sessionId = "activities-panel-directive-example";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -37,7 +37,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-custom-chat-panel";
|
||||
sessionId = "chat-panel-directive-example";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -37,7 +37,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-custom-layout";
|
||||
sessionId = 'layout-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -35,7 +35,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-custom-panels";
|
||||
sessionId = "panel-directive-example";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-custom-participant-panel-item-elements";
|
||||
sessionId = "participants-panel-directive-example";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-custom-participant-panel-item';
|
||||
sessionId = 'participants-panel-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -36,7 +36,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-custom-participants-panel';
|
||||
sessionId = 'participants-panel-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-custom-stream';
|
||||
sessionId = 'toolbar-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-custom-toolbar';
|
||||
sessionId = 'toolbar-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -6,14 +6,13 @@ import { TokenModel } from "openvidu-angular";
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
template: ` <ov-videoconference [tokens]="tokens"></ov-videoconference> `,
|
||||
template: '<ov-videoconference [tokens]="tokens"></ov-videoconference>',
|
||||
styles: ['']
|
||||
})
|
||||
export class AppComponent {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-custom-ui';
|
||||
sessionId = 'openvidu-custom-ui';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = 'openvidu-toolbar-buttons';
|
||||
sessionId = 'toolbar-additionalbtn-directive-example';
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
APPLICATION_SERVER_URL = window.location.protocol + '//' + window.location.hostname + ':5000/';
|
||||
|
||||
title = "openvidu-panel-buttons";
|
||||
sessionId = "toolbar-additionalPanelbtn";
|
||||
tokens!: TokenModel;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user