lhanusiak-tcp
lhanusiak-tcp
Hi, Let we say, that we have a long file to play. I would like to instruct device in order to play media in specify range for e.g: from **5s**...
Hi, After media object is send to Nest device, then **mp3** file is start playing. After 20 secs, mp3 url which was send to device is not an available anymore...
Following the example [here](https://developers.google.com/assistant/conversational/prompts-media#sample_code) , following code always is playing media file from the beginning. ```javascript conv.add(new Media({ mediaObjects: [ { name: 'Media name', description: 'Media description', url: 'https://storage.googleapis.com/automotive-media/Jazz_In_Paris.mp3', image:...