mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Clean tests
parent
fda25021f2
commit
65ff948354
|
@ -196,12 +196,10 @@ export class TestingComponent implements OnInit {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case StructuralDirectives.ADDITIONAL_PANELS:
|
case StructuralDirectives.ADDITIONAL_PANELS:
|
||||||
debugger
|
|
||||||
this.ovAdditionalPanelsSelected = value;
|
this.ovAdditionalPanelsSelected = value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case StructuralDirectives.ACTIVITIES_PANEL:
|
case StructuralDirectives.ACTIVITIES_PANEL:
|
||||||
debugger
|
|
||||||
this.ovActivitiesPanelSelected = value;
|
this.ovActivitiesPanelSelected = value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -232,7 +230,6 @@ export class TestingComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateApiDirective(id: string, value: boolean) {
|
updateApiDirective(id: string, value: boolean) {
|
||||||
console.log("AAAAAAAAAa", id + value)
|
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case AttributeDirective.TOOLBAR_CHAT_PANEL:
|
case AttributeDirective.TOOLBAR_CHAT_PANEL:
|
||||||
this.chatPanelBtn = value;
|
this.chatPanelBtn = value;
|
||||||
|
@ -258,7 +255,6 @@ export class TestingComponent implements OnInit {
|
||||||
break;
|
break;
|
||||||
case AttributeDirective.TOOLBAR_ACTIVITIES_PANEL:
|
case AttributeDirective.TOOLBAR_ACTIVITIES_PANEL:
|
||||||
this.activitiesPanelBtn = value;
|
this.activitiesPanelBtn = value;
|
||||||
console.warn('valor del checkbox', this.activitiesPanelBtn)
|
|
||||||
break;
|
break;
|
||||||
case AttributeDirective.TOOLBAR_SCREENSHARE:
|
case AttributeDirective.TOOLBAR_SCREENSHARE:
|
||||||
this.screenshareBtn = value;
|
this.screenshareBtn = value;
|
||||||
|
|
Loading…
Reference in New Issue