共用方式為


StartCaptionsButtonSelector type

StartCaptionsButton 元件的選擇器類型。

type StartCaptionsButtonSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  checked: boolean
  currentCaptionLanguage: string
  currentSpokenLanguage: string
}