AzureCommunicationCallAdapterArgs type

Arguments for creating the Azure Communication Services implementation of CallAdapter.

Note: displayName can be a maximum of 256 characters.

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