다음을 통해 공유


CallInformationContext type

참고

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

type CallInformationContext =
  | "transferToParticipant"
  | "transferToCall"
  | "escalation"
  | "roomJoin"
  | "groupJoin"
  | "teamsMeetingJoin"
  | ""
  | "p2pJoin"
  | "callQueue"