ExtendedMediaSessionPlaybackState type
Extended playback state for LiveMediaSession
.
type ExtendedMediaSessionPlaybackState =
| MediaSessionPlaybackState
| "suspended"
| "waiting"
| "ended"
Remarks
These types extend the default state types supported by the MediaSession
specification in browsers.
These additional types help with group synchronization.