AzureCommunicationOutboundCallAdapterArgs type
Argumenty dotyczące tworzenia implementacji usług Azure Communication Services CallAdapter.
Te argumenty są używane do tworzenia scenariuszy połączeń wychodzących.
Uwaga: displayName może mieć maksymalnie 256 znaków.
type AzureCommunicationOutboundCallAdapterArgs = {
alternateCallerId?: string
credential: CommunicationTokenCredential
displayName: string
options?: AzureCommunicationCallAdapterOptions
targetCallees: StartCallIdentifier[]
userId: CommunicationUserIdentifier
}