In my multiplayer game, there is two separate feature I wanted to support.
1. Players across networks can hear each other's voice - For this, I am using photon voice
2. Chatbot functionality - Bot will recognize the player's speech and converts it into text - For this, I have created a plugin from Android native SpeechRecognizer class
I am using this STT plugin - https://github.com/j1mmyto9/Speech-And-Text-Unity-iOS-Android
My problem:
For IOS build all work good! I can speak with players and use STT together
BUT! For Android build, if i use Photon, STT don't work
Why?