I am creating a multiplayer game using photon and also integrated photon voice to have voice chat with network players.
There is one chatbot functionality in my game where I'll ask some questions, chatbot coverts that speech to text and fetch the data from the backend.
But as I am already using Photon voice, its already using microphone. In this case when I am trying to enable my chatbot (putting him in listen mode), it does not get access to microphone.
Is it possible to have microphone access to both these plugins?
can someone help me with this?
↧