Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaSession: update metadata @ every heartbeat #80

Open
rtshkmr opened this issue Aug 12, 2024 · 0 comments
Open

MediaSession: update metadata @ every heartbeat #80

rtshkmr opened this issue Aug 12, 2024 · 0 comments
Labels
lift.low Indicates that the expected lift for it is low priority.low type.UX Involves UX work, that improves the user's experience

Comments

@rtshkmr
Copy link
Member

rtshkmr commented Aug 12, 2024

Present Context

Currently the media sessions meta update has only been updated @ the time of load of the audio, and only play pause action handlers have been wired up.

We might want to wire up the other action handlers or functions like setPlaybackPosition that might improve the experience.

e.g. of other event handlers for scribing / seekTo / fastSeek
So that the media session API, which can already be used to do those operations on the playback, will be synced to states that we are managing on our live components.

however, this is low priority because it's only an incremental improvement from before.

@rtshkmr rtshkmr added priority.low type.UX Involves UX work, that improves the user's experience lift.low Indicates that the expected lift for it is low labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lift.low Indicates that the expected lift for it is low priority.low type.UX Involves UX work, that improves the user's experience
Projects
None yet
Development

No branches or pull requests

1 participant