次の方法で共有


CallAdapterUiState type

純粋な UI 用の CommonCallAdapter 状態。

type CallAdapterUiState = {
  isLocalPreviewMicrophoneEnabled: boolean
  page: CallCompositePage
}