How should I clear media after disconnecting video call using easyrtc api functions?

107 Views Asked by At

I am using this function:

easyrtc.setOnStreamClosed( function (callerEasyrtcid) {
    easyrtc.setVideoObjectSrc(document.getElementById('caller'),"");
});   

but it is not working..

0

There are 0 best solutions below