CallControlOptions type
呼叫體驗中控制列的自訂選項。
type CallControlOptions = {
cameraButton?: boolean
devicesButton?: boolean
displayType?: CallControlDisplayType
endCallButton?: boolean
microphoneButton?: boolean
participantsButton?: boolean | { disabled: boolean }
screenShareButton?: boolean | { disabled: boolean }
}