voxeet / voxeet-uxkit-cordova

Dolby.io UXKit for Cordova
Other
1 stars 14 forks source link

Fix setUiConfiguration input object usage #33

Closed mattyg closed 3 years ago

mattyg commented 3 years ago

The 'object' parameter passed to the android native setUiConfiguration is expected to conform to the non-native (Configuration interface)[https://github.com/voxeet/voxeet-uxkit-cordova/blob/master/www/Configurations.d.ts], but it then does not use the object as the expected structure would require.

This PR modifies the android native setUiConfiguration function to update the ui configuration to the expected input object sub-keys.