TeamsCallAdapterArgs type
Arguments for creating the Azure Communication Services implementation of TeamsCallAdapter.
type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator
}