Android/Focus+ ,Photon Voice detection microphone

Lezoug
✭
in Photon Voice
Hello,
Sorry in advance for my english.
I use photonVoice for PC and everything works, i switch for android, i add in the manifest
<uses-permission android:name="android.permission.RECORD_AUDIO" />
and i use permission for the focus.
Permission ok but when i go in my scene where is photonVoice, it can't find the microphone, he return 0 when i do Recorder.PhotonMicrophoneEnumerator.Count.
And i have these errors.

Thanks for reading this post.
Sorry in advance for my english.
I use photonVoice for PC and everything works, i switch for android, i add in the manifest
<uses-permission android:name="android.permission.RECORD_AUDIO" />
and i use permission for the focus.
Permission ok but when i go in my scene where is photonVoice, it can't find the microphone, he return 0 when i do Recorder.PhotonMicrophoneEnumerator.Count.
And i have these errors.

Thanks for reading this post.
0
Comments
-
Using 2019.3.6f1
PUN 2.18.1
Photon lib : 4.1.4.10 -
Hi @Lezoug,
Thank you for choosing Photon!
Make sure permissions are granted.
Take a look at the discussion and code snippet here.
Side note:
Also please update Photon Voice 2.
You have provided PUN 2 version, 2.18.1 which was included last in Photon Voice v2.17 (May 29th, 2020).0 -
Thx i will try0