- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Sat, 16 May 2020 21:37:02 +0000
- To: public-webrtc-logs@w3.org
Solution: Leave it up to the _user_ not the _user agent_ to decide whether or not > no audio will be shared for the lifetime of the stream which cannot rationally be determined by _any_ algorithm run by any user agent where `addTrack()` is a method of `MediaStream`: the user can add or remove one or more audio tracks to the `MediaStream` from `getDisplayMedia()` any time they choose. A prototype example is already implemented at *indows: A simple checkbox at `getDisplayMedia()` prompt "Share audio". Individual browsers' behaviour is not infrequently mentioned at media capture main as an implementation to model other browser behviour on or not. In this case *indows just let's the user decide to capture ("Share") audio or not. Then "MAY" is in the hands of the user, not a user agent that cannot "know" anything about the lifetime of a `MediaStream`. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/140#issuecomment-629709063 using your GitHub account
Received on Saturday, 16 May 2020 21:37:04 UTC