Virtual Controller / Virtual Keyboard for JioGlass

The virtual Controller and Keyboard will only work in the JioGlass smartphone ecosystem. Not compatible with Jio Prism (Holoboard) and Jio Dive.

We are launching Virtual Controller and Virtual Keyboard support since JMRSDK 4.12.4 allows the smartphone to become the controller when used with JioGlass (Not compatible with Jio Prism (Holoboard) and Jio Dive).

JMRSDK 4.24.1 onwards, developers can now check whether the application is using a Virtual Controller or a Physical Controller to update their tutorial screens with VC Image and any specific controller binding.

  • Example Usage -

private InteractionDeviceType deviceType; 
deviceType = JMRInteractionManager.Instance.GetSupportedInteractionDeviceType();

Get the JioGlass Lite renders from here.

Last updated