مشاركة عبر


TeamsCallAdapterArgsCommon type

جزء شائع من args لإنشاء تنفيذ Azure Communication Services ل TeamsCallAdapter.

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