AzureCommunicationOutboundCallAdapterArgs type
Az CallAdapterAzure Communication Services-implementációjának létrehozásának argumentumai.
Ezek az argumentumok kimenő hívási forgatókönyvek létrehozására szolgálnak.
Megjegyzés: displayName legfeljebb 256 karakter lehet.
type AzureCommunicationOutboundCallAdapterArgs = {
alternateCallerId?: string
credential: CommunicationTokenCredential
displayName: string
options?: AzureCommunicationCallAdapterOptions
targetCallees: StartCallIdentifier[]
userId: CommunicationUserIdentifier
}