다음을 통해 공유


StartCaptionsButtonSelector type

StartCaptionsButton 구성 요소의 선택기 유형입니다.

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