hypery2k / cordova-hotspot-plugin

A Cordova plugin for managing HotSpot networks on Android
MIT License
37 stars 50 forks source link

createHotspot and startHotspot not starting Hotspot #104

Open vksingh225 opened 4 years ago

vksingh225 commented 4 years ago
this.hotspot.createHotspot('MyHotspot', 'Open', '').then(resp => {
      console.log("Hotspot started ", resp);

        this.hotspot.startHotspot().then(resp => {
           console.log("StartHotspot  ", resp);
        }).catch(err => {
           console.log("StartHotspot error ", err);
        })    
    }).catch(err => {
      console.log("Hotspot error ", err);
    })

This is my code to create hotspot, the response is OK but the hotspot is not turning up. Device is Samsung Galaxy S8