threadnet.8 broke unmuting in production, both ways. With the filter on, LiveKit refuses the processor because the room is built without webAudioMix, so no local track ever carries an AudioContext. With the filter off, the options builder still emitted processor: undefined and rewrote noiseSuppression - LiveKit copies every key of audioCaptureDefaults into the getUserMedia constraints, undefined included, and Safari stopped unmuting over it. The off-path is now a conditional spread that produces an object identical to upstream: no processor key at all, noiseSuppression untouched. Two regression tests pin this down and were demonstrably red on the old code. The feature itself is hard-gated off (AI_NOISE_SUPPRESSION_AVAILABLE) until the webAudioMix decision is made and tested in a two-person call. The gate also neutralizes clients that enabled the setting before - that state lives in localStorage and survives every deployment. The settings UI hides behind the same gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Embedded Element Call for Web
NPM package containing an embedded build of the Element Call widget.
Copyright & License
Copyright 2021-2025 New Vector Ltd
This software is dual-licensed by New Vector Ltd (Element). It can be used either:
(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR
(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to). Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses.