AzureCommunicationOutboundCallAdapterArgs type
type AzureCommunicationOutboundCallAdapterArgs = {
alternateCallerId?: string
credential: CommunicationTokenCredential
displayName: string
options?: AzureCommunicationCallAdapterOptions
targetCallees: StartCallIdentifier[]
userId: CommunicationUserIdentifier
}