End duration input should be handled
The user input box is now added , inputs are asked in number( i.e; minutes ). So meeting automatically ending in 30 seconds must me set according to user preferences. Inputs duration for now isn't stored locally use :
chrome.storage.local.set({"key" : "value"}, function(){ // your code ...});
to handle this ...
DOC REF..
End duration input should be handled
The user input box is now added , inputs are asked in number( i.e; minutes ). So meeting automatically ending in 30 seconds must me set according to user preferences. Inputs duration for now isn't stored locally use :
chrome.storage.local.set({"key" : "value"}, function(){ // your code ...});to handle this ...
DOC REF..