Is there any way to disable audio access?
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.
Hello,
Is this issue still open? It just caught my attention. Currently, we ship the PlayFab Party Plugin on Unity with Voice Chat enabled by default. If voice chat is desired to be disabled, please comment out in src/Assets/PlayFabPartySDK/Source/Scripts/PartyUnitySDK/PlayFabMultiplayerManager.cs the call to SetUserSettings(); inside AuthenticateLocalUserComplete().
Let us know if this works.
Hi Nassos,
That fixed it, thank you so much.
You can go ahead and close the ticket !
Cheers
On Wed, Oct 2, 2024 at 1:19 PM Nassos Terzakis @.***> wrote:
Hello,
Is this issue still open? It just caught my attention. Currently, we ship the PlayFab Party Plugin on Unity with Voice Chat enabled by default. If voice chat is desired to be disabled, please comment out in src/Assets/PlayFabPartySDK/Source/Scripts/PartyUnitySDK/PlayFabMultiplayerManager.cs the call to SetUserSettings(); inside AuthenticateLocalUserComplete().
Let us know if this works.
— Reply to this email directly, view it on GitHub https://github.com/PlayFab/PlayFabPartyUnity/issues/10#issuecomment-2389202987, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLP4SY3YLLUCZ7FRRW7MJ6TZZQTI3AVCNFSM6AAAAABPIB3ZNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGIYDEOJYG4 . You are receiving this because you commented.Message ID: @.***>