StatefulChatClientArgs type
Аргументы для создания StatefulChatClient.
type StatefulChatClientArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
userId: CommunicationUserIdentifier
}