Maxim Kurbanov

Results 5 comments of Maxim Kurbanov

> @Joshua-Douglas I have already started this issue. This is a draft PR. > > * [feat: Add AudioOptions class #978](https://github.com/Unity-Technologies/com.unity.webrtc/pull/978) > > Can you try that If I make...

I tested and issue #964 remains. I tried this with android-android and windows-android: ```cs #... { #... var track = new AudioStreamTrack(sendAudioSource, GetAudioOptions()); mediaStream.AddTrack(track); } private AudioOptions GetAudioOptions() { return...

@karasusan I tested Windows-Mac, AEC does not work.