AzureCommunicationOutboundCallAdapterArgs type
وسيطات لإنشاء تنفيذ Azure Communication Services CallAdapter.
تستخدم هذه الوسيطات لإنشاء سيناريوهات استدعاء صادر.
ملاحظة: يمكن أن يكون displayName بحد أقصى 256 حرفا.
type AzureCommunicationOutboundCallAdapterArgs = {
alternateCallerId?: string
credential: CommunicationTokenCredential
displayName: string
options?: AzureCommunicationCallAdapterOptions
targetCallees: StartCallIdentifier[]
userId: CommunicationUserIdentifier
}