PlayFab/PlayFabPartyUnity

Is there any way to disable audio access?

Moonif opened this issue · 2 comments

Hello,

I'm using PlayFab Party for a turn-based game, but I don't want to use the voice chat function, and I really don't want the game to ask for permission to use the user's microphone either.
Is there anything I can do to disable the voice chat feature completely?

Thank you!

I'd like to second this question. I hadn't even implemented any type of chat messaging yet when I built the demo scene to iPhone, and I was surprised to find Xcode insisting I add a description for microphone use.

I just need data and chat (text) messages, and I'd like to limit the amount of asked permissions. Thanks!

Not that I could find. I removed it from the PlayFabMultiplayerManager code for my own game which didn't need chat communication.