共用方式為


CallAdapterUiState type

純 UI 用途的CommonCallAdapter狀態。

type CallAdapterUiState = {
  isLocalPreviewMicrophoneEnabled: boolean
  page: CallCompositePage
}