projects/openvidu-components-angular/src/lib/directives/api/toolbar.directive.ts
The activitiesPanelButton directive allows show/hide the activities panel toolbar button.
Default: true
It can be used in the parent element VideoconferenceComponent specifying the name of the toolbar
component:
<ov-videoconference [toolbarActivitiesPanelButton]="false"></ov-videoconference>
And it also can be used in the ToolbarComponent.
<ov-toolbar [activitiesPanelButton]="false"></ov-toolbar>
AfterViewInit
OnDestroy
Selector | ov-videoconference[toolbarActivitiesPanelButton], ov-toolbar[activitiesPanelButton] |