Giter Site home page Giter Site logo

meet-powerups's Introduction

Inspiration

Considering the pandemic going on, education in schools, colleges has become online pretty much in most places. The commonly preferred platform for classes, exams has been Google Meet. Although Google Meet has good UI and comfortable experience, it lacks many features that students and teachers feel are important. Hence, our project, Google Meet power-ups comes for the rescue. For this hackathon we added a much requested feature on the google meet support page - Image Sharing!

What it does

  • It add the image sharing capabilities to google meet. It is the much requested thing on google meet support forum. User can send the image in the google meet chat just like they can send text messages.

Challenges I ran into

  • Getting the elements of google meet page was the difficult thing as google is not giving static ids or classnames to elements. we studied Xpaths and tried lot of different ways to get the DOM elements in our javascript code.
  • Getting updates for every new message that arrives. We had no clue how it can be done. We searched github, stackoverflow and blogs to get the idea about getting notification for every new meet message, but there were no such thing available. After digging much into the docs, we found MutationObserver and used that for this. We are proud that we are probably the first one to make it happen.

Accomplishments that we're proud of

  • We are able to get the incoming messages in realtime asynchronously using MutationObserver. We learned that th ing by reading about it from the docs. There are very few resources available for that. We are happy that we learned this concept and implemented it in our application.
  • We learned about adding the paste event and listening for it on input box of meet. We learned event propagation for that.

What we learned

  • Mutation Observer API
  • Event Bubbling
  • How to build extensions

What's next for Meet Powerups

  • File transfer support.

Try it out

http://powermeetup.space/

meet-powerups's People

Contributors

vishalx360 avatar vivekshah1801 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.