I want to launch Microsoft Remote Assist application from my HoloLens app. As per my primary research, this is possible via UWP API (LauncherUriAsync method), just by passing my Azure Active Directory Object ID.
Now I am facing two problems...
- When I hit the button from my app to launch remote assist it successfully launchs Remote Assist, but the call is not initiating
directly though I assigned a specific user's Object ID. (I need to
hit twice on the person icon to make a call).
- And another problem is when I get back to my app by bloom, my app starts from the beginning, which supposes to start from the instance where I left.
Did any one faced this kind of issue?