다음을 통해 공유


AzureCommunicationCallAdapterArgs type

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

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

type AzureCommunicationCallAdapterArgs = {
  credential: CommunicationTokenCredential
  displayName: string
  locator: CallAdapterLocator
  options?: AzureCommunicationCallAdapterOptions
  userId: CommunicationUserIdentifier
}