tropo/PhonoSDK

phono.util.js:22 - Cannot read propert 'length' of undefined

Closed this issue · 3 comments

Phono JS has been throwing this error consistently in 0.6
phono_error

I got this bug too. Here is my monkey patch:

each: function( object, callback, args ) {
        if(!object)
            return null;

        // The rest of code...
}

Can you confirm if this still happens in the master branch on github? I believe this was a WebRTC API issue that has already been fixed.

@nstratford In which release was it patched?