Problems with Photon voice 2

Hi!
Introducing to my Unity prototype PhotonVoice2. Pun2 working fine, but voice can't hear each other.
I add to scene PhotonVoiceNetwork

And to my player prefab, that instantiates for every player

And add to PhotonServerSettings voiceAppId

What I miss? Or doing wrong?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited June 2019
    Hi @artempinskiy,

    Thank you for choosing Photon!

    It looks like you are using an old Photon Voice 2 version and you have imported an older PUN2 version on top of it. Usually, we do not recommend importing PUN2 separately after Photon Voice 2 since the latter already includes PUN2.
    Update to latest Photon Voice 2 which is 2.7 and includes PUN 2.12.

    Did you try the demo scenes? Do those work for you?

    Make sure to tick/check/enable "Transmit Enabled" from Recorder.
  • Hi @JohnTube!
    I miss to enable "Transmit Enabled" in Recorder. And all after that works fine!
    It may be necessary to add information about the "Transmit Enabled" on this page.
    https://doc.photonengine.com/en-us/voice/current/getting-started/voice-for-pun

    Thank you very much
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @artempinskiy,

    Thank you for your suggestion!
    We will clarify the instructions by adding this step.