Udostępnij za pośrednictwem


StatefulChatClientArgs type

Argumenty do konstruowania elementu StatefulChatClient.

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