jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

Parameters from connection not working #26

Closed tombuyse closed 9 years ago

tombuyse commented 9 years ago

Hello,

I'm having a problem with retrieving the connection parameters from an incoming connection.

when executed on android 5.0 (lollipop) in the following code the 'From' is undefined.

Twilio.Device.incoming(function(conn) {
    console.log('From ' + conn.parameters.To);
}

Does someone else also have this problem?