How do I pause and unpause of sending voice?

Please don't tell me check the demo scenes as it was difficult for me to understand things there itself.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2017
    Hi @rgb,

    Thank you for choosing Photon!

    You can toggle voice transmission using photonVoiceRecorder.Transmit = true (unpause) or photonVoiceRecorder.Transmit = false (pause).
    photonVoiceRecorder being attached to local player prefab.