How can I mute myself ?

Options

I am new to using photon and would like to know how can I mute myself and exactly to which script I should use the code ? I read that you need to use transmit enable property in the recorder component and set it to false

but in which script I need to use it and how ?

I know three basic things

  • Each player should have a speaker + audio source + player movement script
  • Having Photon voice network component
  • Having Recorder component

Answers

  • vadim
    Options

    Change TransmitEnabled property of the Recorder attached to the object you explicitly created for the recording. Usually this is an object added to the scene in editor like 'Scripts' or 'Voice' in demos from the Voice SDK.