zxar7
zxar7
Just came across this issue. Also noticed that while validating objects (not within an array) it accepts an empty array successfully.
@anhquangtech Can you elaborate on how InCallManager.setForceSpeakerphoneOn(true/false) can be used to switch audio. Especially in iOS. I'm trying to connect to bluetooth in iOS and wasn't able to do so...
@wilmxre Does this mean that it needs to be set a few seconds after `InCallManager.start()`? Also `InCallManager.chooseAudioRoute('BLUETOOTH')` just returns the error `TypeError: undefined is not a function`. I'm not sure...
Oddly enough in Android the `InCallManager.start()` alone seems to route it correctly between the phone's mic and bluetooth. But the same does not work for iOS.
Any update on this?
I faced this issue when I had 3 dropdowns and I tried opening the 3rd one. I had set the height in `dropdownStyle` to `auto`. It looked the the height...