AzureCommunicationCallAdapterArgs type
Argumen untuk membuat implementasi callAdapter Azure Communication Services.
Catatan: displayName
maksimal bisa 256 karakter.
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
userId: CommunicationUserIdentifier
}