VideoEffectsFeatureEvent type

Types of subscribe events

type VideoEffectsFeatureEvent =
  | "effectsStarted"
  | "effectsStopped"
  | "effectsError"
  | "fpsWarningThresholdReached"
  | "timeForEffectsWarningReached"