win universal app - How to implement DiAL Protocol in WinJS? -


i have tried this

var dialdevicepicker = new windows.media.dialprotocol.dialdevicepicker();  var rect = {   width:200,   height:200,   x:0,   y:0 }  dialdevicepicker.show(rect); 

finally got popup searching devices, message in saying disconnect first. have searched universal samples in github. but, found csharp example , not in javascript.

can 1 me in implementing dial protocol casting videos app chromecast?

i have added image reference

enter image description here


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -