RTCRtpTransceiver: stopped property
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.
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.