Skip to content

mahbd/meeting-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting helper

You can use this to who when attended the meeting and when left. You can also see when a user turned his microphone or camera off. This extension will collect information during meeting and will make a text file and HTML graph report. You can use the graph directly for good overview of the participants. Also, you can use the Text file for further processing. All activities of this extension happens on your browser and never make any HTTP request nor save permanently.

Features

  1. See a list of participants whose microphone is off.
  2. See a list of participants whose video is off.
  3. See absent participants list.
  4. See extra participants list.
  5. See how much time a participants was active.
  6. A text file with realtime data when extension stopped.
  7. A HTML file with realtime graph data when extension stopped

Meaning of color and number in HTML and Text file

  1. 0 and red color stand for absent
  2. 1 and black color stand for present but microphone and video was off
  3. 3 and yellow stand for present but video was off
  4. 4 and blue color stand for present but microphone was off
  5. 6 and green color stand for present and microphone and video was on.

Each pixel in html stands for 1 seconds
These indicator works only in Zoom. These features are not supported in Google meet.

Issues

No known issue

How to Install

Firefox's users can install this extension directly from Firefox Addon Store

Microsoft Edge's users can install this extension directly from Edge Addon Store

For Google Chrome users:

  1. Clone the project.
    git clone https://github.com/mahbd/meeting-helper.git
    
  2. Load the folder in your preferred browser. Firefox and Google chrome is supported.
If you don't know how to load extension in chrome use this guide

User guide

  1. Start or join in your meeting.
  2. Click on meeting helper icon.
  3. Click on start button to start extension function.

    Alt text

  4. Click on microphone off icon to see whose microphone is off.

    Alt text

  5. Click on video off icon to view whose video is off
  6. Click on people cross icon to see who are absent from meeting
  7. Click on people plus icon to see extra member list who are not part of the meeting
  8. Click on multi round button to see how much time a user is present. (Google Meet reduce 1 second).

    Alt text

  9. Click on plus icon to add new member. This won't add a member to the meeting. This is just to see who is absent and extra member list. You can click on suggested member to add new member or you can manually enter user using input box. You can remove member by clicking X icon. Again this will not remove user from meeting. This will be used to list absent and extra members.
  10. Click on Stop button. Two file will be downloaded automatically. One is text file another is HTML file. The HTML file will looks like

    Alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published