Why am I getting ‘A call is in progress notification” even after doing hangup by following code?
I have created a one way webrtc sender for sending video/audio stream to receiver. I have placed constrains audio: true video: true for getUserMedia(). I am performing close media tracks and it shows verbose on console for closing but I cant get that notification away.
Heres code: