共用方式為


CallAdapterUiState type

CommonCallAdapter 純 UI 用途的狀態。

type CallAdapterUiState = {
  isLocalPreviewMicrophoneEnabled: boolean
  page: CallCompositePage
}