Function QualityRadioGroup

  • Parameters

    • props: Omit<
          HTMLAttributes<QualityRadioGroup>,

              | "onChange"
              | "error"
              | "fullscreen"
              | "theoplayerUiObservedProperties"
              | "player"
              | "deviceType"
              | "streamType"
              | "playbackRate"
              | "activeVideoQuality"
              | "targetVideoQualities"
              | "previewTime"
              | "connectedCallback"
              | "disconnectedCallback",
      > & EventListeners<{ onChange: "change" }> & Partial<
          Omit<QualityRadioGroup, keyof HTMLElement>,
      > & RefAttributes<QualityRadioGroup>

    Returns ReactNode