다음을 통해 공유


StatefulChatClientArgs type

StatefulChatClient생성하는 인수입니다.

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