user24607515
user24607515

Reputation:

Android TV remote control Voice assistant iOS Swift

I have implemented TV remote for android and it is working fine for all the things except voice assistant, I have used KeyCode_Search = 84 to invoke voice assistant and its working fine the questions are following.

I have tried to invoke various keycode and thats working fine category of keycodes are

I am expecting below things to be work

Upvotes: 0

Views: 343

Answers (1)

Trn Long Dung
Trn Long Dung

Reputation: 56

as far as I know, you will need to work with 3 func RemoteVoicePayload, RemoteVoiceBegin, and RemoteVoiceEnd to send voice command, It's in your protobuf generated class, and actually it no need to call keycode_search hope this help

Upvotes: 0

Related Questions