Compartir a través de


AzureCommunicationCallAdapterArgs type

Argumentos para crear la implementación Azure Communication Services de CallAdapter.

Nota: displayName puede tener un máximo de 256 caracteres.

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