Partager via


StatefulChatClientArgs type

Arguments pour construire le StatefulChatClient.

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