ScreenShareWidget - Component representing a screen share button with an optional disabled state.
This component displays a screen share icon (desktop icon) and an overlay ban icon if disabled.
The disabled state can be controlled either by an injected dependency or an
ScreenShareWidget - Component representing a screen share button with an optional disabled state.
This component displays a screen share icon (desktop icon) and an overlay ban icon if disabled. The disabled state can be controlled either by an injected dependency or an
Input
property.
Component
Name
ScreenShareWidget
Example
Param: disabled
Optional input to toggle the disabled state of the button.
Input
property.
Example
Param: injectedDisabled
Optional injected disabled value.
Method
ngOnChanges - Updates the computedDisabled property based on changes to the
Input
disabled.