-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestissuedThis means the ticket is already created on internal issue trackerThis means the ticket is already created on internal issue tracker
Milestone
Description
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 existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestissuedThis means the ticket is already created on internal issue trackerThis means the ticket is already created on internal issue tracker