LogmeinRescue / Android-SDK

Rescue In-App Support Android SDK
http://secure.logmeinrescue.com/welcome/webhelp/EN/SDKa/MobileSDK/c_rasdk_overview.html
Other
5 stars 6 forks source link

Remote Control #26

Closed voliverio closed 3 years ago

voliverio commented 5 years ago

Hi,

As requested in issue #25 I'm creating a new issue.

I'm trying to remote control a device using the SDK but I'm not able to do it, a message in the Technician Console says "Configurations in the remote device are preventing the inicialization of the remote control"

Here are the device information shown in the technician console: OS Version: Android 7.1.1 Base Version: J250MUBS5ASE1 Compilation: NMF26X.J250MUBS5ASE1

Thank you.

tamasgyongyosi commented 5 years ago

Hi @voliverio,

We'll review this issue and get back you soon.

tamasgyongyosi commented 5 years ago

Hi @voliverio,

Please be aware what @tbalogh described about the Remote Control in #25 was incorrect. There is no Remote Control capability exposed to the Rescue SDK.

We investigate adding Remote Control capability only to AppScreenStreamingExtension as we think that it can be useful in case of supporting your application directly (without leaving your app).

Could it work for you? Also it would be a great help to us if you could describe your use case where Remote Control would be useful.

Please let us know if you have further questions.

tbalogh commented 4 years ago

Hi @voliverio ,

I know it's been a while, but we recently added an In-App Remote Control feature to the SDK. The In-App Remote Control feature enables the Technician to remotely control the embedder application while the embedder application is in the foreground. You can find the details in the developer guide.

Please be aware, that the In-App Remote Control feature enables the Technicain to control the device only while the embedder application is in the foreground, but the Technician immediatly lost control, when the embedder application goes into the background.

Hope this feature can empower your application.

Best, Tamas