Share via


TeamsCallAdapterArgsCommon type

Common part of args to create the Azure Communication Services implementation of TeamsCallAdapter.

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