Coder Social home page Coder Social logo

manoharys / facetime Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 169 KB

facetime is a web-based video communications app that allows you to set up virtual video and audio conferencing, webinars, live chats and other collaborative capabilities. You don't need an account to attend a facetime meeting, and the platform is compatible with Mac, Windows, Linux, iOS, and Android.

Home Page: https://facetime-99.herokuapp.com/

License: MIT License

JavaScript 47.21% HTML 35.06% CSS 17.73%
videoconference socket-io webrtc zoom nodejs

facetime's People

Contributors

manoharys avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

facetime's Issues

Present battery is low on last 5%

Can somebody share an implementation to show low battery on device - like Whatsapp is doing when battery is low?

// Notifying of low battery var did_present_low_batt = False document.getElementById("battery").addEventListener("onLowBattery", () => { batt_percent = document.getElementById("battery").get_percentage(); if batt_percent == 5 and !did_present_low_batt { did_present_low_batt = True // Present notification to user about low battery percentage. } });
Can anyone share a precise solution?

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.