Forum Discussion

sachinkumaram's avatar
9 years ago

Two way communication

How to perform two-way communication between sender iOS app to Roku channel and vice-versa.

1 Reply

  • 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.