ExtendedMediaSessionAction type

Action types supported for LiveMediaSession.

type ExtendedMediaSessionAction =
  | MediaSessionAction
  | "settrack"
  | "ratechange"
  | "wait"
  | "catchup"
  | "datachange"
  | "blocked"

Remarks

These types extend the default actions supported by the MediaSession specification in browsers. These additional actions help with group synchronization.