Megosztás a következőn keresztül:


AzureCommunicationCallAdapterArgs type

Az CallAdapterAzure Communication Services-implementációjának létrehozásának argumentumai.

Megjegyzés: displayName legfeljebb 256 karakter lehet.

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