Hi,
I’m building a Tizen .NET app that runs on a Samsung Smart TV (Tizen 9.0).
When I try to connect to the TV’s remote WebSocket API (wss://127.0.0.1:8002/...
) from within the app, I get this response:
{"event":"ms.channel.timeOut"}
Is it possible to use the remote WebSocket API from inside the TV itself, or is it limited to external devices only?
Thanks!