Skip to content

webrtc aec support #563

@gqy2468

Description

@gqy2468

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;

Metadata

Metadata

Assignees

Labels

duplicateThis issue or pull request already existsenhancementNew feature or requestissuedThis means the ticket is already created on internal issue tracker

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions