Hello
We made a game using Unity 5.5.4p4 that contains a multiplayer component. For this purpose we used Photon Realtime engine (with PlayFab backend platform).
We are interested in integrating a VOIP service so the players could chat in real time during the game.
A quick look at the Asset Store gives me only 2 possible plug-ins:
- Photon Voice
- Dissonance
The problem with Photon Voice, although at first it would seem as a natural choice, but it only supports PUN engine, not Realtime, and we don't know how much changes would be needed to integrate it with the current code.
Dissonance is a bit costly, and I also can't find references to Photon Realtime (no idea if they would work together).
What are your experiences with this problem, what would be your suggestions?
Are there some other plugins that could be imported into Unity to solve this problem?
Thanks