w3c / picture-in-picture

Picture-in-Picture (PiP)
https://w3c.github.io/picture-in-picture
Other
311 stars 39 forks source link

Controls support #107

Closed jithurjacob closed 5 years ago

jithurjacob commented 5 years ago

Currently the PiP implementations are very restricted. Will there be support for basic controls like volume button/mute etc?

beaufortfrancois commented 5 years ago

Hey @jithurjacob, thanks for the feedback. I agree with you and I'm happy to share that controls UX improvements will come with the integration of the Media Session API in a near future. Expect more controls to be available such as next track, previous track, seek backwards, seek forwards, etc.

https://wicg.github.io/picture-in-picture/#media-session https://developers.google.com/web/updates/2017/02/media-session

jithurjacob commented 5 years ago

This is great news. I was not aware of Media session API