+
{
+ this.showCameraButton = value;
+ });
+ this.microphoneButtonSub = this.libService.microphoneButton$.subscribe((value: boolean) => {
+ this.showMicrophoneButton = value;
+ });
this.displayLogoSub = this.libService.displayLogo$.subscribe((value: boolean) => {
this.showLogo = value;
// this.cd.markForCheck();
diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/toolbar/toolbar.component.html b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/toolbar/toolbar.component.html
index 6d639552..60406bcd 100644
--- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/toolbar/toolbar.component.html
+++ b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/toolbar/toolbar.component.html
@@ -32,6 +32,7 @@