TeamsCallAdapterArgsCommon type

Společná část argumentů pro vytvoření implementace Azure Communication Services TeamsCallAdapter.

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