PlayFab / PlayFabPartyUnity

38 stars 7 forks source link

Is there any way to disable audio access? #10

Open Moonif opened 3 years ago

Moonif commented 3 years ago

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!

MichaelTGood commented 3 years ago

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!

iequalshane commented 3 years ago

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