verloop / android-sdk

2 stars 0 forks source link

SDK Crashing when the custom field scope is empty #13

Closed vcidst closed 6 months ago

vcidst commented 2 years ago

According to the docs, custom field can be set with the following command,

config.putCustomField("Test Field", "Test Value");

However this crashes the SDK

When the scope is also passed, the crash doesn't happen,

config.putCustomField("Test Field", "Test Value", scope.ROOM);
ravipetlur commented 6 months ago

Fixed in the latest release.