AzureCommunicationOutboundCallAdapterArgs type
Argument för att skapa Azure Communication Services-implementeringen av CallAdapter.
Dessa argument används för att skapa scenarier med utgående samtal.
Obs! displayName kan innehålla högst 256 tecken.
type AzureCommunicationOutboundCallAdapterArgs = {
alternateCallerId?: string
credential: CommunicationTokenCredential
displayName: string
options?: AzureCommunicationCallAdapterOptions
targetCallees: StartCallIdentifier[]
userId: CommunicationUserIdentifier
}