共用方式為


AzureCommunicationCallAdapterArgs type

用來建立CallAdapter Azure 通訊服務實作的引數。

注意: displayName 最多可以有 256 個字元。

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