Giter Club home page Giter Club logo

lib.angular-rtcomm's People

Contributors

anatfradin avatar bpulito avatar hughesj avatar jfmartinez avatar swgraham avatar

Stargazers

 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  avatar  avatar

lib.angular-rtcomm's Issues

Error during WebSocket handshake: Unexpected response code: 404

Hey, i know you guys are not working on this right now, but i need some help, i was wondering if you guys could help me with this error.

I started this on a server with https but i'm not sure why i get this error.
captura de pantalla 2018-09-22 a la s 15 35 45
When i try to "register" a user, i get that error.
You could see this on https://brian.hipnos.com.ar
That breaks the socket connection and it stops working.
Let me know if you could help me and if you need my mail/phone/skype

Thanks a lot!

Errors installing with latest node.js

Hi, Is this project still being developed and maintained? I've tried running npm install on the sample project (sample.angular-rtcomm) and using the latest version of node, and get a huge number of errors.

I'm happy to provide details of the errors if this is helpful, but just thought I'd check if it's still an active project first as seems to be a couple of years since there's been any activity.

Move dependency for angular-ui/bootstrap to latest

We are at 0.13 and we should move to latest/later version. I tried to just replace it and it fell apart. We will need to make the change and update all the templates/directives to make sure everything works.

How do I pass the iceServer parameter?

I have to set up WebRTCConnection to use STUN servers, but I'm not clear to me where is the right place to define the parameter iceServers in this library.

setConfig function in the RtcommService does not adjust the broadcast settings

When calling RtcommService.setConfig() it does not correctly modify the endpoint configuration.

    var getMediaConfig = function() {

      var mediaConfig = {
          ringbacktone: RtcommConfigService.getRingBackTone(),
          ringtone: RtcommConfigService.getRingTone(),
          broadcast : {
            audio : RtcommConfigService.getBroadcastAudio(),
            video : RtcommConfigService.getBroadcastVideo()
          },
          webrtc : RtcommConfigService.getWebRTCEnabled(),
          chat : RtcommConfigService.getChatEnabled(),
      };

      return (mediaConfig);
    };

*Should Be Defined Similar To: *

 {
      appContext : "testApp",
      ringtone: "resources/ringtone.wav",
      ringbacktone: "resources/ringbacktone.wav",
      chat: true,
      chatConfig: {},
      webrtc:true,
      webrtcConfig:{
        broadcast: { audio: true, video: true},
        iceServers: ["stun:stun1.l.google.com:19302", "stun:stun2.l.google.com:19302"]
   }
}

Feedback from Angular-Rtcomm Page Issues

  • Call Alert removed when Backdrop is clicked
  • Unregistering on any side of the session isn't clearing the rtcomm-endpoint-status
  • Session:alerting event isn't displaying on inbound calls
  • Register directive enchancement:
    • Disable until 1 character is entered
    • Disable if invalid characters for the rtcomm path are on the input string

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.