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;
|
||||
|
||||
case StructuralDirectives.ADDITIONAL_PANELS:
|
||||
debugger
|
||||
this.ovAdditionalPanelsSelected = value;
|
||||
break;
|
||||
|
||||
case StructuralDirectives.ACTIVITIES_PANEL:
|
||||
debugger
|
||||
this.ovActivitiesPanelSelected = value;
|
||||
break;
|
||||
|
||||
|
@ -232,7 +230,6 @@ export class TestingComponent implements OnInit {
|
|||
}
|
||||
|
||||
updateApiDirective(id: string, value: boolean) {
|
||||
console.log("AAAAAAAAAa", id + value)
|
||||
switch (id) {
|
||||
case AttributeDirective.TOOLBAR_CHAT_PANEL:
|
||||
this.chatPanelBtn = value;
|
||||
|
@ -258,7 +255,6 @@ export class TestingComponent implements OnInit {
|
|||
break;
|
||||
case AttributeDirective.TOOLBAR_ACTIVITIES_PANEL:
|
||||
this.activitiesPanelBtn = value;
|
||||
console.warn('valor del checkbox', this.activitiesPanelBtn)
|
||||
break;
|
||||
case AttributeDirective.TOOLBAR_SCREENSHARE:
|
||||
this.screenshareBtn = value;
|
||||
|
|
Loading…
Reference in New Issue