다음을 통해 공유


TeamsCallAdapterArgsCommon type

TeamsCallAdapter의 Azure Communication Services 구현을 만들기 위한 args의 일반적인 부분입니다.

type TeamsCallAdapterArgsCommon = {
  credential: CommunicationTokenCredential
  options?: TeamsAdapterOptions
  userId: MicrosoftTeamsUserIdentifier
}