I am building a voice search feature for my OTT application. However I can't find any API that Tizen TV SDK exposes me to be able to listen to the user's voice from the magic remote. I tried a voice search on the Youtube app and it worked.
Please help me know how this voice search flow works!
(My app is building on Reactjs. On smart TV, users can only use the remote control to speak).
Thank all!
After a quick search on Tizen Web API reference, I found this APIs which seem to be similar to your needs - VoiceControl API. I am not sure how it works with the remote controller you've mentioned, but I think that checking this API could be a good place to start with.