AzureCommunicationCallAdapterArgs type
Аргументы для создания Службы коммуникации Azure реализации CallAdapter.
Примечание. displayName
Может содержать не более 256 символов.
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
userId: CommunicationUserIdentifier
}