Click here to Skip to main content
15,893,401 members

Comments by amagitech (Top 45 by date)

amagitech 25-Dec-20 1:07am View    
In fact in loop i have await Task.Delay(TimeSpan.FromMinutes(1), stoppingToken);
I don't want to stop it after sending mail. Because it has to send email again 12:00 in next days. It's daily job so it must repeat everyday.
amagitech 8-Aug-18 3:48am View    
https://medium.com/@bryanjenningz/how-to-record-and-play-audio-in-javascript-faa1b2b3e49b
amagitech 6-Aug-18 9:31am View    
Firstly C# is backend programming language which means it run on server not client's machine. so so you cannot do it with C# on web page. You must search html and javascript ways.
Look for audio tag in html https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
amagitech 28-Nov-17 8:25am View    
They said "Our Api does not support managing multi calls. SIP phones can do that use their solutions."
amagitech 28-Nov-17 6:43am View    
In my oppinion you have to use web api and standart html with ajax.
Don't waste your time with asp.net web forms. If you also know the Angular it will be better for you.