다음을 통해 공유


AzureCommunicationOutboundCallAdapterArgs type

CallAdapterAzure Communication Services 구현을 만들기 위한 인수입니다.

이러한 인수는 아웃바운드 호출 시나리오를 만드는 데 사용됩니다.

참고: displayName 최대 256자일 수 있습니다.

type AzureCommunicationOutboundCallAdapterArgs = {
  alternateCallerId?: string
  credential: CommunicationTokenCredential
  displayName: string
  options?: AzureCommunicationCallAdapterOptions
  targetCallees: StartCallIdentifier[]
  userId: CommunicationUserIdentifier
}