Giter Club home page Giter Club logo

cisco-roomdevice-macro-projects-examples's People

Contributors

bobby-mcgonigle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cisco-roomdevice-macro-projects-examples's Issues

Zoom Tools

after installing the "join zoom and zoom tools" on a dx70 running - ce 9.15.3.17 5cbbf23b617 2021-04-21 everything seems to work for dialing and connecting but the zoom tools dont function. is this an expected limitation?

zoom password leak

for the Join Zoom with DTMF Zoom Tools project:
the zoom password is included in the zoomcrc.com url, like [email protected]
this issue prevents this script from being used in public meeting rooms as meeting passwords would be leaked in the call history.
instead, consider using an event listener for CallSuccessful and then dial the password via DTMF


function sleep(ms) {
    return new Promise(resolve => setTimeout(resolve, ms));
}

async function dialPassword(){
    if(meetingpassword.length > 0){
      await sleep(500); // do not type password right on connect, on slower units like DX80 the first digit would get cut off
      pressNumbers(meetingpassword + "#");
      meetingpassword = "";
  }


}
/* trigger when a call is successful */
xapi.event.on('CallSuccessful', (event) => {
  dialPassword();
});

MS Teams and Zoom Macro's - Version 4-1-1

Good Day Bobby! I wanted to commend you and Thank you for creating these awesome Macro's for the Cisco Codecs! You are a true Genius Sir. I was wondering, is there an updated version of the attached Macro's ? Also, any thoughts on Room OS 11? We just updated our Codec's to Room OS 11 and it has been a little buggy. However, The Macro's are solid with the new OS. Was just wondering if there is an update since Zoom has come a long way, and so has MS Teams. Thank You!
Master Backup for UI Extensions and Macros - Teams and Zoom.zip

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.