MediaSFU Angular
    Preparing search index...

    Class PanelistsModalComponent

    Implements

    • OnInit
    • OnChanges
    Index

    Constructors

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: SimpleChanges

        The changed properties.

      Returns void

    • Returns void

    • Parameters

      • event: Event

      Returns void

    • Returns void

    • Parameters

      Returns Promise<void>

    • Parameters

      Returns Promise<void>

    • Returns Promise<void>

    • Returns void

    • Returns void

    Properties

    isPanelistsModalVisible: boolean = false
    onPanelistsClose: () => void
    parameters: PanelistsModalParameters = ...
    backgroundColor: string = '#1e293b'
    position: string = 'center'
    faTimes: IconDefinition = faTimes
    faUserTie: IconDefinition = faUserTie
    faEye: IconDefinition = faEye
    faEyeSlash: IconDefinition = faEyeSlash
    faCheck: IconDefinition = faCheck
    faMicrophone: IconDefinition = faMicrophone
    faMicrophoneSlash: IconDefinition = faMicrophoneSlash
    faVideo: IconDefinition = faVideo
    faVideoSlash: IconDefinition = faVideoSlash
    faStar: IconDefinition = faStar
    faMinus: IconDefinition = faMinus
    faUsers: IconDefinition = faUsers
    faSearch: IconDefinition = faSearch
    faPlus: IconDefinition = faPlus
    searchFilter: string = ''
    localPanelists: Participant[] = []
    isFocused: boolean = false
    muteOthersMic: boolean = false
    muteOthersCamera: boolean = false
    participantsState: Participant[] = []
    availableParticipants: Participant[] = []
    isHost: boolean = false