Re: [mediacapture-main] Implementers must not refuse to open sources set as default at the machine: "DOMException: Could not start audio source" is not in the specification (#708)

If a user runs this line 

`$ pacmd "set-default-source $(pactl list | grep -A2 '^Source #' |  grep 'Name: .*\.monitor$' | awk '{print $NF}' | tail -n1)"`

at a shell, then the expected behaviour is for the source set to be captured at `getUserMedia({audio: true})`, and there is not reason in the specification why that should not be the expected behaviour and result.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/708#issuecomment-667692023 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 2 August 2020 16:01:31 UTC