共用方式為


StatefulChatClientArgs type

建構 StatefulChatClient的自變數。

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