次の方法で共有


StartCaptionsButtonSelector type

StartCaptionsButton コンポーネントのセレクタタイプ。

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