jefflinwood/cordova-plugin-twiliovoicesdk

Possibly Breaking Change: Pass all parameters through on Android

Opened this issue · 0 comments

Right now the plugin is restricted to passing through just one parameter on Android:
.

This update would be to match iOS:

self.outgoingCallParams = command.arguments[1];

and pass through all parameters.