-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Size LLarge sizeLarge sizeenhancementNew feature or requestNew feature or requestweb appFor src/webFor src/web
Description
Currently, audio track is added regardless of "Mic On" flag, which allows users to speak instantly after they enable the mic.
This is done by track.enabled = true/false. ref: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack
It looks like even if the track is not enabled, the RTCSender transmits some bytes. Can we improve it by using sender.replaceTrack instead? How can we make an empty audio track at the start?
Metadata
Metadata
Assignees
Labels
Size LLarge sizeLarge sizeenhancementNew feature or requestNew feature or requestweb appFor src/webFor src/web