弃用
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the
兼容性表格
at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
只读
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.
var isStopped = RTCRtpTransceiver.stopped;
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
.
此特性是
弃用
and will be removed in the future. Instead, look at the value of
currentDirection
. Its value is
stopped
if the transceiver has stopped.
注意:
Currently only Firefox implements
stopped
, and has not yet been updated to implement this change.
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCRtpTransceiver.stopped' in that specification. |
候选推荐 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
stopped
弃用
|
Chrome 69 | Edge 不支持 No | Firefox 59 | IE 不支持 No | Opera 不支持 No | Safari Yes | WebView Android 69 | Chrome Android 69 | Firefox Android 59 | Opera Android 不支持 No | Safari iOS Yes | Samsung Internet Android 10.0 |
完整支持
不支持
弃用。不要用于新网站。
RTCRtpTransceiver
currentDirection
direction
mid
receiver
sender
stopped
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent