question

Bon-moo Koo avatar image
Bon-moo Koo asked

ChatState's Permission cannot be changed, causing Voice and Chat Send failure

Hello,

When user 'A' checks ChatState of 'A', it is displayed as 'Talking/Silent', and when user A checks ChatState of user 'B', it is displayed as 'NoAudioInput'.

When user 'B' checks ChatState of 'B', it is displayed as 'Talking/Silent', and when user B checks ChatState of user 'A', it is displayed as 'NoAudioInput'.

Also, if one checks the counterpart's permission, the permission is updated to 'None', however it doesn't seem to be updated correctly.

We would like to know why this is happening and the solution.

Thank you,

Bon

[Original Language]

A유저가 A유저의 ChatState를 확인해보면 Talking/Silent 로 표시되고 있고 B유저의 ChatState를 확인하며 NoAudioInput 로 표시되고 있습니다.

B유저가 B유저의 ChatState를 확인해보면 Talking/Silent 로 표시되고 있고 A유저의 ChatState를 확인하며 NoAudioInput 로 표시되고 있습니다.

또한 상대방의 권한을 확인하면 None으로 Permission을 업데이트 하고 있지만 올바르게 업데이트 되고 있지 않습니다.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bon-moo Koo avatar image Bon-moo Koo commented ·

PARTY_CHAT_PERMISSION_OPTIONS options = PARTY_CHAT_PERMISSION_OPTIONS.PARTY_CHAT_PERMISSION_OPTIONS_SEND_AUDIO |2 PARTY_CHAT_PERMISSION_OPTIONS.PARTY_CHAT_PERMISSION_OPTIONS_RECEIVE_AUDIO |3 PARTY_CHAT_PERMISSION_OPTIONS.PARTY_CHAT_PERMISSION_OPTIONS_RECEIVE_TEXT;4SDK.PartyChatControlSetPermissions(localPlayer._chatControlHandle, networkPlayer[0]._chatControlHandle, options);

0 Likes 0 ·
Bon-moo Koo avatar image Bon-moo Koo commented ·

The kits used here are Xbox One Dev kits, and both of them are connected with microphones.

0 Likes 0 ·

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

If you used the Xbox dev kit, please post the thread to the private Xbox developer forum for the help. Or you can contact the Microsoft representative of your studio. There is the dedicated support on Xbox developer forum will help you resolve the questions about the Party.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Bon-moo Koo avatar image Bon-moo Koo commented ·

Actually we have also been reaching MS for this matter.

Nevertheless, I really hope if you could provide us unity samples regarding chatting permission/ initializing audio device, would you please send us those unity samples?

Thank you very much

0 Likes 0 ·
Sarah Zhang avatar image Sarah Zhang Bon-moo Koo commented ·

For clarification, only Xbox development supports can give the sample the contains Xbox dev kit for you. If you need a PlayFab common Party Unity sample, you can find some sample codes in the documentation - Party Unity plugin quickstart - PlayFab | Microsoft Docs and find the Party Unity plugin in this repository - GitHub - PlayFab/PlayFabPartyUnity.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.