次の方法で共有


AzureCommunicationChatAdapterArgs type

ChatAdapter のAzure Communication Services実装を作成するための引数。

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