次の方法で共有


TeamsCallAdapterArgsCommon type

TeamsCallAdapter の Azure Communication Services 実装を作成するための args の共通部分。

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