Skip to content

webrtc aec support #563

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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