Share via


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 receiving the track on the wire. Stop is final like MediaStreamTrack.

Syntax

var retval = RTCRtpReceiver.stop();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Standards information

See also

RTCRtpReceiver