MediaSFU Angular
    Preparing search index...

    Class MenuParticipantsWidget

    MenuParticipantsWidget displays an icon and a counter for participants in a compact, customizable widget.

    app-menu-participants-widget

    true

    CommonModule, FontAwesomeModule

    • icon (IconDefinition): The FontAwesome icon to display.
    • iconColor (string): The color of the icon. Default is 'black'.
    • participantsCounter (number): The number of participants displayed next to the icon.
    <app-menu-participants-widget
    [icon]="faUsers"
    iconColor="blue"
    [participantsCounter]="10"
    ></app-menu-participants-widget>
    Index

    Constructors

    Properties

    icon: IconDefinition
    iconColor: string = 'black'
    participantsCounter: number