OperationResponse 230

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Voice.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

OperationResponse 230: ReturnCode: 32767 (Empty application id)

Cepreu
2016-07-09 15:44:09

I imported "Photon Unity Network Voice Package" from asset store to a new empty project. Build and run standalone application with my AppID, so there are two players in app screen, but there is no sounds from mic. What have i to do? When i push "Voice connect", there is an error:
PUNVoice: OperationResponse 230: ReturnCode: 32767 (Empty application id). Parameters: {} Server: NameServer Address: ns.exitgames.com:5058
UnityEngine.Debug:LogError(Object)
UnityVoiceClient:DebugReturn(DebugLevel, String) (at Assets/PUNVoice/Scripts/PhotonVoiceNetwork.cs:328)
ExitGames.Client.Photon.LoadBalancing.LoadBalancingClient:OnOperationResponse(OperationResponse) (at Assets/Plugins/PhotonLoadbalancingApi/LoadBalancingClient.cs:1813)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(Byte[])
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:Service()
ExitGames.Client.Photon.LoadBalancing.LoadBalancingClient:Service() (at Assets/Plugins/PhotonLoadbalancingApi/LoadBalancingClient.cs:767)
ExitGames.Client.Photon.Voice.Client:Service() (at Assets/Plugins/PhotonVoiceApi/Client.cs:409)
PhotonVoiceNetwork:Update() (at Assets/PUNVoice/Scripts/PhotonVoiceNetwork.cs:187)

Comments

Cepreu
2016-07-10 06:52:30

I've done. It works. Thanks for help.

FUBAR77
2017-05-23 09:48:25

For everyone else - you have to put appId in PhotonServerSettings in Hosting panel as well as Voice AppId (2 separate fields)

Back to top