When i test on android, everything works ok.
When i test on ios in real device this is the output i get:
Sound level info', { id: 1107, value: -120, rawValue: -120 }
@roysG is that number the same on every run? It looks like a fixed non-zero (not -160 that is) value, so I would suspect something is intercepting the signal on your iOS device.
When i test on android, everything works ok. When i test on ios in real device this is the output i get: Sound level info', { id: 1107, value: -120, rawValue: -120 }