stop method
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Stops sending the track on the wire, and sends an RTCP BYE. Stop is final as in MediaStreamTrack.stop()
.
Syntax
var retval = RTCRtpSender.stop();
Parameters
This method has no parameters.
Return value
This method does not return a value.