Partager via


TeamsCallAdapterArgsCommon type

Partie commune de args pour créer l’implémentation Azure Communication Services de TeamsCallAdapter.

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