Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

Example not working with files from CDN #10

Closed gjungb closed 10 years ago

gjungb commented 10 years ago

I am trying to run the simple example given at https://temasys.atlassian.net/wiki/display/TPD/Introducing+SkywayJS using the JS file from the CDN (http://cdn.temasys.com.sg/skyway/skywayjs/0.3.1/skyway.complete.min.js).

This fails both in Chrome and Firefox, since addPeerStreamnever gets called for the remote peer (isSelf = false).

However, when using the JS file from this repo (../../publish/skyway.complete.min.js) everything works fine.

I didn't dig deeper, but there is an obvious mismatch between the CDN files and the repo files.

serrynaimo commented 10 years ago

Thanks for noting this. We tested this and you're right. We are about to release our version 0.4.0 of Skyway and put it on the CDN that should fix this and some other bugs with the peerInfo parameters and peerUpdated events

gjungb commented 10 years ago

Thanks!

gjungb commented 10 years ago

Fine, I just upgraded to 0.4.0 and things are working as expected!