AzureCommunicationCallAdapterArgs type
建立 CallAdapter之 Azure 通訊服務實作的自變數。
注意:displayName
最多可以有 256 個字元。
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
userId: CommunicationUserIdentifier
}