Megosztás a következőn keresztül:


StatefulChatClientArgs type

Az StatefulChatClientlétrehozásához használható argumentumok.

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