ee11131
ee11131
Well, no. But I think I was close when I halted the development. I was able to establish a voice call between two users but there was no audio. What...
@sandeep2244 in SIPml5.js installPlugin() Function I changed: `var a = !!navigator.userAgent.indexOf("Safari");` to: `var a = false;` Also, are you using this adapter? https://github.com/webrtc/adapter
@sandeep2244 to install the plugin I think you just need to include it in your project. As far as code goes, I tried to make sure that a Safari scenario...
I added the adapter.js file from that link I commented before, not sure if it's needed. And no, with Safari > 11 there should be no need for any plugin....
I'm sorry @sandeep2244 but my goal was to establish audio calls between Safari and other browsers. I have not tested for video.
I tested Chrome->Safari and Safari->Chrome and it is working
I'm aware of that, I tested it in Safari 12 and it works.
No, I'm just testing SIP calls in the same server. Yes, I included adapter.js in the project. https://github.com/webrtc/adapter
Like I said before, all I did was try to fix the problem, one error at a time, over one unminified version of SIPml5. I think someone could do a...
In my case, when I merge this pull request in adapter, using the latest simplewebrtc I get the error "Calling method on NPObject" on "`return fToBind.apply(this instanceof fNOP`". Note that...