WICG / audio-focus

Other
21 stars 11 forks source link

Add a privacy/security section #14

Open xxyzzzq opened 7 years ago

xxyzzzq commented 7 years ago

From @foolip on October 26, 2015 9:19

A MediaSession interacts with global state on the system, and if you have an active session that is interrupted, you make some guesses about what's going on. A short transient interruption is likely some kind of notification, a long transient interruption is probably a phone call.

We should also review whether MediaSession should be restricted to secure contexts.

(Inspired by @cbentzel on blink-dev, we can't ship without thinking this through.)

Copied from original issue: WICG/mediasession#114