syam-cs
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020
04:24 AM
Launching Roku device through localhost URL without deeplinking
I am actually trying to launch the app using following endpoint:~
POST {localhost}v1/session/:sessionId/launch
Payload: { "channelId": "dev" }
Eventhough the "contentId" as well as "contentType" are optional, its not able to launch the app without these parameters and I want to launch only the app without deeplinking. In the above scenario, everytime I am getting a pop-up saying like the requested Content is not found. Can someone please help?
1 REPLY 1
syam-cs
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020
03:23 AM
Re: Launching Roku device through localhost URL without deeplinking
Any update on this?