Firefox Tomorrow

web api instance property

RTCRtpTransceiver: stopped property

View on MDN ↗

[!NOTE] Instead of using this deprecated property, compare currentDirection to "stopped".

The read-only stopped property on the RTCRtpTransceiver interface indicates whether or not the transceiver’s associated sender and receiver have both been stopped.

The transceiver is stopped if the stop() method has been called or if a change to either the local or the remote description has caused the transceiver to be stopped for some reason.

Value

A Boolean value which is true if the transceiver’s sender will no longer send data, and its receiver will no longer receive data. If either or both are still at work, the result is false.

Specifications

This feature is not part of any current specification. It is no longer on track to become a standard.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also