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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -