StartCaptionsButtonSelector type
StartCaptionsButton 组件的选择器类型。
type StartCaptionsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
checked: boolean
currentCaptionLanguage: string
currentSpokenLanguage: string
}