Search code examples
rokubrightscript

How to tell if user has a voice remote with BrightScript?


Out channel wants to bring users to different experiences based on if their remote is Voice Enabled.

In the past, we can call ECP and find out about the remote info (as far as I remember). But with ECP out of the picture, are there any ways or workaround we can use to determine if user has a voice remote in hand?


Solution

  • Yes, since Roku OS 10.5, you can determine it by using

    deviceInfo.hasFeature("handsfree_voice")
    

    More info here.