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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -