Delen via


StatefulChatClientArgs type

Argumenten voor het maken van de StatefulChatClient.

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