AzureCommunicationCallAdapterArgs type
Argument för att skapa Azure Communication Services-implementeringen av CallAdapter.
Obs! displayName kan innehålla högst 256 tecken.
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
options?: AzureCommunicationCallAdapterOptions
userId: CommunicationUserIdentifier
}