You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if you have a component example that can be easily integrated into the PSTN voice call sample so we can demo this to a customer?
Also, the sample is not working for us following the steps. Apparently is complaining about the type of the locator, which is expecting a CallAdapterLocator.
Argument of type '{ userId: CommunicationUserIdentifier; displayName: string; credential: AzureCommunicationTokenCredential | undefined; alternateCallerId: string; locator: { ...; }; }' is not assignable to parameter of type 'Partial'.
Types of property 'locator' are incompatible.
Type '{ participantIds: string[]; }' is not assignable to type 'CallAdapterLocator | undefined'.
Thanks
The text was updated successfully, but these errors were encountered:
Hi team,
have a question to you. I had a look at the Azure Communications UI Library and the samples available for PSTN voice calls have no such control.
We are using this composites sample - https://azure.github.io/communication-ui-library/?path=/docs/quickstarts-pstn--page
I wonder if you have a component example that can be easily integrated into the PSTN voice call sample so we can demo this to a customer?
Also, the sample is not working for us following the steps. Apparently is complaining about the type of the locator, which is expecting a CallAdapterLocator.
Thanks
The text was updated successfully, but these errors were encountered: