TeamsCallAdapterArgsCommon type
TeamsCallAdapter の Azure Communication Services 実装を作成するための args の共通部分。
type TeamsCallAdapterArgsCommon = {
credential: CommunicationTokenCredential
options?: TeamsAdapterOptions
userId: MicrosoftTeamsUserIdentifier
}