Hi,
I've been building my app with SimpleWebRTC, and I am pretty deep in development, too deep to simply stop using it.
And I really want to use Temasys' webRTC plugin (and its version of adapter.js) to support Safari and IE.
I tried setting it up today, but I get errors (I'm testing in Safari only for now).
One error I am getting is
TypeError: this.peerconnection.getLocalStreams.bind is not a function. (In 'this.peerconnection.getLocalStreams.bind(this.peerconnection)', 'this.peerconnection.getLocalStreams.bind' is undefined)
TraceablePeerConnection — simple-webrtc.js:10682
The other is that the local stream is simply not going into the video element.
I am pretty sure there would be other errors besides these ones above, so optimally I am looking for someone who've successfully used SimpleWebRTC (they have a demo app on their github page which takes a minute to setup locally...) and Temasys' webRTC Plugin together.
Looking forward to the discussion…
Thanks
Dany