MediaSFU Angular
    Preparing search index...

    Class MeetingStillThere

    Service to handle the "still there?" check in a meeting by showing a confirmation modal.

    MeetingStillThere

    This service provides a method to display a "still there?" confirmation modal to check if participants are still active in the meeting.

    meetingStillThere

    Options for managing the modal visibility:

    • updateIsConfirmHereModalVisible {Function}: Function to set the visibility of the "still there?" confirmation modal.

    Updates modal visibility when checking if the user is still present.

    const options = {
    updateIsConfirmHereModalVisible: (isVisible) => console.log(`Modal visibility: ${isVisible}`),
    };
    meetingStillThereService.meetingStillThere(options);
    // Output: Sets and logs modal visibility to true
    Index

    Constructors

    Methods

    Constructors

    Methods