In the PowerApps canvas app, I want to launch Teams call when I click on a button.
I wrote the following process in the OnSelect event, but it does not work.
Launch("ms-voip-video:?contactids=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")
xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx is the object ID for AzureActiveDirectory.
It is obtained by signing in to AzurePortal and going to your personal profile page.