Open PepeMax opened 3 years ago
async ngOnInit() { this.serviceDiscovery.getNetworkServices('ssdp:all') .then(devices => console.log(devices)) .catch(error => console.error(error));
result : [ ]
On iOS and Android ???
I'm also trying to get this plugin to work, not sure what I need to do...
async ngOnInit() { this.serviceDiscovery.getNetworkServices('ssdp:all') .then(devices => console.log(devices)) .catch(error => console.error(error));
result : [ ]
On iOS and Android ???