Reg Recorder Transmitting

Options
Hi,

Unity version - 2019.4.6f1

Photon voice - 2.20.1.

sometime voice status is joined but recorder.IsCurrentlyTransmitting is false is there any case behind this
Please let me know for the above usecase.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @SaravanaPerumal,

    Make sure recorder.IsRecording is true and recorder.TransmitEnabled is true.
    Otherwise I recommend updating to the latest Photon Voice 2.23.1 as this is probably fixed already.
  • Ok Thanks @JohnTube recorder.IsRecording and recorder.TransmitEnabled is also true.

    I will update to the latest version and let you know.

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    It could also be due to VAD (VoiceDetection) enabled either in Recorder or WebRtcAudioDsp.
    So when there is a silence (player stops talking) the transmission pauses.
  • No @JohnTube both recorder and webRtcAudioDsp in VAD is disabled.

    This case has been happened in some devices not all devices.

    Is there any Microphone related issue.

    Some client got below error:

    Starting microphone failed: "Error initializing output device.

    In this case recorder.IsCurrentlyTransmitting is false.