RunOptions type

참고

이 API은(는) 베타에 있으며 개발자를 위한 미리 보기로 제공되며 수신한 피드백을 기반으로 변경될 수 있습니다. 프로덕션 환경에서 이 API를 사용하지 마세요.

PreCallDiagnostics 옵션

type RunOptions = {
  browserSupport: boolean,
  callMediaStatistics: boolean,
  deviceAccess: boolean,
  deviceEnumeration: boolean,
  inCallDiagnostics: boolean,
}