File

projects/openvidu-angular/src/lib/directives/api/participant-panel-item.directive.ts

Description

The muteButton directive allows show/hide the muted button in participant panel item component.

Default: true

It can be used in the parent element VideoconferenceComponent specifying the name of the participantPanelItem component:

<ov-videoconference [participantPanelItemMuteButton]="false"></ov-videoconference>


And it also can be used in the ParticipantPanelItemComponent.

<ov-participant-panel-item [muteButton]="false"></ov-participant-panel-item>

Implements

AfterViewInit OnDestroy

Metadata

Index

Properties
Methods
Inputs
Accessors

Constructor

constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService)
Parameters :
Name Type Optional
elementRef ElementRef No
libService OpenViduAngularConfigService No

Inputs

muteButton
Type : boolean
participantPanelItemMuteButton
Type : boolean

Methods

clear
clear()
Returns : void
update
update(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void

Properties

Public elementRef
Type : ElementRef
muteValue
Type : boolean
Default value : true

Accessors

participantPanelItemMuteButton
setparticipantPanelItemMuteButton(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void
muteButton
setmuteButton(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void

results matching ""

    No results matching ""