AzureCommunicationCallAdapterArgs type
Argumenty tworzenia Azure Communication Services implementacji callAdapter.
Uwaga: displayName
może mieć maksymalnie 256 znaków.
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
userId: CommunicationUserIdentifier
}