Adds "previousslide" and "nextslide" actions to the existing Media Session API.
This will enable developers of video conferencing websites to handle these actions from browser UI. For example, if the user puts their slides presentation into a picture-in-picture window, the browser could display buttons for navigating through slides. When the user clicks those, the website handles them through the Media Session API.
Samples: https://googlechrome.github.io/samples/media-session/slides.html
Explainers: https://github.com/w3c/mediasession/issues/274