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
Comments
Post a Comment