AzureCommunicationCallAdapterArgs type
CallAdapterの Azure Communication Services 実装を作成するための引数。
注: displayName は最大 256 文字です。
type AzureCommunicationCallAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
locator: CallAdapterLocator
options?: AzureCommunicationCallAdapterOptions
userId: CommunicationUserIdentifier
}