w3c / encrypted-media

Encrypted Media Extensions
https://w3c.github.io/encrypted-media/
Other
180 stars 80 forks source link

[question] how to get list of media session handlers? #481

Closed jimmywarting closed 3 years ago

jimmywarting commented 3 years ago

found out that you can add a list of action handlers using navigator.mediaSession.setActionHandler but how do i get a list of what's supported? i have one media key that when i press it it opens up youtube. how could i for example override that so it would open my website?

mounirlamouri commented 3 years ago

The standard is available here: https://www.w3.org/TR/mediasession/ and isn't related to Encrypted Media. I'm closing this ticket.