Поделиться через


AzureCommunicationCallAdapterArgs type

Аргументы для создания реализации Служб коммуникации Azure CallAdapter.

Примечание. displayName может быть не более 256 символов.

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