mediaDevices.enumerateDevices() not responding on android device

When i tried to test mediaDevices.enumerateDevices() on ios devices, the method returns available devices in all of them.

But when i tried to test mediaDevices.enumerateDevices() on android devices the method wasn’t responding at all.

i’m using
“react-native”: “0.62.2”
“react-native-webrtc”: “^1.84.0”
“sdk”: 29