GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

Media Session doesn't work without <audio> element #637

Open mmontag opened 5 years ago

mmontag commented 5 years ago

The Media Session sample is missing a small but important detail from explanation; the Media Session requires an active audio or video element. In the code and other documentation, this is not explicitly mentioned.

Hopefully this isn't always the case in the future. I filed a Chromium issue here: https://bugs.chromium.org/p/chromium/issues/detail?id=944538