Code Monkey home page Code Monkey logo

verto-client's Introduction

verto-client's People

Contributors

andywolk avatar anthmfs avatar areski avatar batoreh avatar briankwest avatar crienzo avatar davec82 avatar davidhyl avatar edolix avatar efficacy38 avatar italorossi avatar ja0n avatar jonatasoliveira avatar kenfemus avatar len-pgh avatar lraphael avatar mazuh avatar mdaguete avatar mjerris avatar nielshanberg avatar sergey-safarov avatar seven1240 avatar spinlockirqsave avatar stefanyohansson avatar swk avatar thehunmonkgroup avatar tiagolisboa avatar victor-torres avatar waldyr avatar whenry avatar

Stargazers

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

Watchers

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

verto-client's Issues

verot-client does not work in safari

When calling from verto-client, call does not connect after streaming is success.
It work's fine in chrome and firefox.
offer SDP is not generated after stream success log.
Screenshot of console
Screen Shot 2022-01-14 at 13 07 57

Building verto communicator with bower install fails

Bower install fails because the repository for Material design for bootstrap moved.
hence I had to update that package to make it work.

Error:
bower bootstrap-material-design#~0.3.0 ENORESTARGET No tag found that was able to satisfy ~0.3.0

issue:

https://github.com/FezVrasta/bootstrap-material-design changed to https://github.com/mdbootstrap/bootstrap-material-design

Solution:

I used https://libraries.io/bower/MDBootstrap which installed the design packages for me.
bower install MDBootstrap or edit bower.json and replace bootstrap-material-design#~0.3.0 with "MDBootstrap":"~4.1.3",

regards,
Fred

Verto Ping

54feff1

In the above commit, the project's JQuery code was updated to handle a PING issue, but the actual Verto library was not updated to handle the ping. Can we get this added to verto-min.js too?

js/src/jquery.verto.js useMic error?

In File jquery.verto.js , line 2578 should be dialog.useMicLabel = params.useMicLabel ?

···
2576 if (params.useMic) {
2577 dialog.useMic = params.useMic;
2578 dialog.useMic = params.useMicLabel;
2579 }
···

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.