Web browser and webrtc

in Photon Voice
I've seen that webrtc is implemented with voice 2 but i'm not sure how i could use it for streaming. In short i need to record my voice over the web browser, send it to unity on another computer (which i can do no problem) and then use photon voice to capture that data and transmit it elsewhere
0
Comments
-
Hi @deltaLuka,
Thank you for choosing Photon!I've seen that webrtc is implemented with voice 20 -
https://doc.photonengine.com/en-us/voice/current/getting-started/voice-intro
"New WebRTC based DSP (Digital Signal Processor)."0 -
Hi @deltaLuka,
That part of WebRTC code base is a only for audio signal processing to have Acoustic Echo Cancellation and Automatic Gain Control and Noise Suppression, etc.
It's called the Audio Processing Module (APM).
It does not have anything to do with networking.0 -
ahaaaa, ok. do you have any plans for implementing webrtc fully so we can setup a streaming service with voice chat?
0 -
At some point we want to use WebRTC for Voice yes to target web platforms.
We do not have any detailed plan or roadmap or ETA.0 -
@JohnTube Hello. There is update in photon voice 2 here today https://assetstore.unity.com/packages/tools/audio/photon-voice-2-130518#releases
Is it already possible to use Photon Voice in webgl?
0