Photon Voice Timescale dependence

in Photon Voice
Is there any way to make photon voice chat work when timescale is set to zero. I do this when bringing up the pause menu , during which recipients cannot hear each other despite being connected.
0
Comments
-
Hi @GrimShady_,
did you try setting MinimalTimeScaleToDispatchInFixedUpdate to zero?PhotonVoiceNetwork.Instance.MinimalTimeScaleToDispatchInFixedUpdate = 0f
(also in PUN 2 if needed)
orVoiceConnection.MinimalTimeScaleToDispatchInFixedUpdate = 0f
1 -
It worked, thanks very much.0