共用方式為


AzureCommunicationChatAdapterArgs type

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

type AzureCommunicationChatAdapterArgs = {
  credential: CommunicationTokenCredential
  displayName: string
  endpoint: string
  threadId: string
  userId: CommunicationUserIdentifier
}