ritchielozada / UnityWithWebRTC

Unity using WebRTC UWP Libraries
MIT License
57 stars 24 forks source link

Is there an interface for the audio play in Unity? #7

Closed XxChuckLeexX closed 6 years ago

XxChuckLeexX commented 6 years ago

I made it work out in unity, but there is a problem that it has no audio play in Unity.

ritchielozada commented 6 years ago

The audio (speaker and microphone) works on the Unity client running on Windows. However, I intentionally disabled the audio since my main intent was to stream video. You can enable audio by updating this section:

WebRtcControl.cs#L178

ritchielozada commented 6 years ago

re-open if needed