Re: [mediacapture-output] Controlling 3rd party iframe audio output on a page?

I've not yet figured out what the difference between IDL attributes and content attributes are; I think I want to do something like "navigator.media.enumerateDevices().then(list => <sub-iframe>.defaultAudioOutput = <pick the right device from list>.id)

Not sure it makes sense to change the default after the iframe is initiated, which argues for making it part of what you hand to the iframe when creating it.

Still in brainstorming mode on this; @randallb may want to comment given the constraints of his use case.



-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-output/issues/63#issuecomment-289796212 using your GitHub account

Received on Tuesday, 28 March 2017 14:53:47 UTC