مشاركة عبر


StatefulChatClientArgs type

وسيطات لإنشاء StatefulChatClient .

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