UnityRenderStreaming icon indicating copy to clipboard operation
UnityRenderStreaming copied to clipboard

webrtc aec support

Open gqy2468 opened this issue 3 years ago • 8 comments

How can I set the webrtc config to support aec with the RTCConfiguration class?

RTCConfiguration config = default; config.iceServers = new[] { new RTCIceServer { urls = new[] { "stun:stun.l.google.com:19302" } } };

config.bundlePolicy = RTCBundlePolicy.BundlePolicyMaxCompat; return config;

gqy2468 avatar Oct 30 '21 08:10 gqy2468

@gqy2468 You mean AEC is echo canceling?

karasusan avatar Nov 01 '21 03:11 karasusan

@karasusan yes

gqy2468 avatar Nov 02 '21 13:11 gqy2468

Currently not supported?

gqy2468 avatar Nov 04 '21 15:11 gqy2468

@gqy2468 Echo canceling is currently not supported.

karasusan avatar Nov 05 '21 09:11 karasusan

Will it be supported in the future?

gqy2468 avatar Nov 06 '21 04:11 gqy2468

@gqy2468 We will support the echo canceling but can not say when that will be.

karasusan avatar Nov 07 '21 05:11 karasusan

memo: WRS-152

karasusan avatar Nov 09 '21 02:11 karasusan

Related issue https://github.com/Unity-Technologies/com.unity.webrtc/issues/587

karasusan avatar Feb 02 '22 03:02 karasusan