AzureCommunicationCallAdapterArgs type
Argumenty pro vytvoření implementace služby Azure Communication Services CallAdapter.
Poznámka: displayName může mít maximálně 256 znaků.
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
options?: AzureCommunicationCallAdapterOptions
userId: CommunicationUserIdentifier
}