Craig Conover @ PubNub
Craig Conover @ PubNub
missing comma after sub-key in PubNub init
Display the actual WebRTC errors (or any errors) that are thrown in the UI. Currently, if there are connect errors, the UI just shows "Connecting..." forever. The browser console will...
Converted this code to PubNub JS/Node v4. Hasn't been tested because I don't have a J5 device. If someone could test and update the readme/ghpages, this example will work with...
Missing parens (found by a customer and reported to support). `PubNub.ngHereNow { channel: theChannel }` should be `PubNub.ngHereNow ({ channel: theChannel })`
all code tested; mins need to be regenerated and references to app.min.js updated in index.html, history.html and history2.html