Udostępnij przez


StatefulChatClientArgs type

Argumenty do konstruowania StatefulChatClient.

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