Ben,
We’re discontinuing this list. Please use public-webrtc instead.
Stefan
From: Ben Wiley <therealbenwiley@gmail.com>
Date: Monday, 10 September 2018 at 10:30
To: "public-media-capture@w3.org" <public-media-capture@w3.org>
Subject: How to check if mediaElement.srcObject can be used
Resent-From: "public-media-capture@w3.org" <public-media-capture@w3.org>
Resent-Date: Monday, 10 September 2018 at 10:29
Hi all, I'm new to this list.
I'm wondering if there is there a reliable cross-browser way to determine whether `mediaElement.srcObject = stream` is available. It's a bit awkward to test for since it's a property assignment, not a method call.
Ben