Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Return to My app at the end of a call" is not Working #8

Open
eswarborra opened this issue Dec 5, 2019 · 4 comments
Open

"Return to My app at the end of a call" is not Working #8

eswarborra opened this issue Dec 5, 2019 · 4 comments

Comments

@eswarborra
Copy link

Calling a remote assist app from a unity app is working fine, but i need to return back to my app after ending the call its not working

Can anyone please help me regarding my concern

@eswarborra
Copy link
Author

Can anyone please help me regarding my concern

@sbovo
Copy link
Contributor

sbovo commented Jan 9, 2020

Hello, I did not test this scenario recently but as far as I know, the way to get back to the app is to ask the user to launch it again.

Sebastien.

@eswarborra
Copy link
Author

eswarborra commented Jan 10, 2020

@sbovo Thank you for your reply on my concern.
Our aim is to search contacts in AAD and call them. After the end of the call, we want to resume our application.
We are using this code to relaunch our application at the call end.
“string uriToLaunch = @"ms-voip-video:?contactids=bf538576-xxxx-yyyy-zzzz-1d548b9e7010&returnto=alsdk:appName.App";
To search any contact in AAD itself, we are removing “contactid” in uri (contactids=bf538576-xxxx-yyyy-zzzz-1d548b9e7010). However, in doing so, the app is unable to search the contacts and is directly returning to our app after showing the message “no contact id found”.
Can you please guide me how to do that..

@guodan
Copy link

guodan commented Oct 30, 2020

@sbovo Thank you for your reply on my concern.
Our aim is to search contacts in AAD and call them. After the end of the call, we want to resume our application.
We are using this code to relaunch our application at the call end.
“string uriToLaunch = @"ms-voip-video:?contactids=bf538576-xxxx-yyyy-zzzz-1d548b9e7010&returnto=alsdk:appName.App";
To search any contact in AAD itself, we are removing “contactid” in uri (contactids=bf538576-xxxx-yyyy-zzzz-1d548b9e7010). However, in doing so, the app is unable to search the contacts and is directly returning to our app after showing the message “no contact id found”.
Can you please guide me how to do that..

https://docs.microsoft.com/en-us/dynamics365/mixed-reality/remote-assist/protocol-activation
You may see this artical. But my problem is how to resume my own app to the state when I leave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants