Giter Site home page Giter Site logo

ecmascript-webrtc-sipml's People

Contributors

husin-sajjadi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ecmascript-webrtc-sipml's Issues

Call Hold is not working

When request to hold the call, it terminates the call
// holds or resumes the call

public sipToggleHoldResume() {
try {
if (this.oSipSessionCall) {

    var i_ret;

    this.callInfo['message'] = this.oSipSessionCall.bHeld ? 'Resuming the call...'
      : 'Holding the call...';
    console.log(this.oSipSessionCall)

    i_ret = this.oSipSessionCall.bHeld ? this.oSipSessionCall.resume()
      : this.oSipSessionCall.hold();

    this.callInfo['message'] = this.oSipSessionCall.bHeld ? 'Hold' : 'Unhold';

    if (i_ret != 0) {
      this.callInfo['message'] = 'Hold / Resume failed';
    }

  }
} catch (e) {
  console.log("error hold", e)
}

}

Incoming calls without audio

Everything works for me, except that when I receive calls I have no audio. (Chrome log does not report any errors)

Request for JS file

Hi,

Just wanted to confirm if we are using the same JS file which was given in sipml5.org in the minified format i.e. SIPml.min.js.

If not I will be grateful if you share the JS file instead of the minified version.

Cannot make a call in Safari

When trying to make a call in browsers other than safari it is working fine but in safari it is not working.

this.oSipSessionCall.call(this.number) !== 0 { console.error('Failed to make call'); } returns -3 on safari and on other browsers it returns 0.

Can you help me out with this issue. Thanks.

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.