Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Two way communication

How to perform two-way communication between sender iOS app to Roku channel and vice-versa.
0 Kudos
1 REPLY 1
EnTerr
Level 11

Re: Two way communication

Can't out of the box - ECP works only in one direction, iOS -> Roku.
Can with some effort though, by establishing direct connection over TCP or UDP sockets. Unsurprising approach would be to put web server on some port in the iOS app, so Roku can respond with HTTP requests.
0 Kudos