弃用
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.
过时
removestream
event was sent to an
RTCPeerConnection
to inform it that a
MediaStream
had been removed from the connection.
可以使用
RTCPeerConnection
接口的
onremovestream
property to set a handler for this event.
This is the counterpart to the
addstream
event, which is also obsolete.
| 冒泡 | No |
|---|---|
| 可取消 | No |
| 接口 |
MediaStreamEvent
|
| 事件处理程序特性 |
RTCPeerConnection.onremovestream
|
重要:
This event has been removed from the WebRTC specification in favor of the existing
removetrack
event on the remote
MediaStream
和相应
MediaStream.onremovetrack
event handler property of the remote
MediaStream
。
RTCPeerConnection
API is now track-based, so having zero tracks in the remote stream is equivalent to the remote stream being removed, which caused a
removestream
事件。
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
removestream
event
弃用
非标
|
Chrome 24 | Edge 15 | Firefox 22 — 60 | IE No | Opera 43 | Safari No | WebView Android Yes | Chrome Android 25 | Firefox Android 44 — 60 | Opera Android 43 | Safari iOS No | Samsung Internet Android 6.0 |
完整支持
不支持
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
RTCPeerConnection
canTrickleIceCandidates
connectionState
currentLocalDescription
currentRemoteDescription
getDefaultIceServers()
iceConnectionState
iceGatheringState
localDescription
onaddstream
onconnectionstatechange
ondatachannel
onicecandidate
oniceconnectionstatechange
onicegatheringstatechange
onidentityresult
onidpassertionerror
onidpvalidationerror
onnegotiationneeded
onpeeridentity
onremovestream
onsignalingstatechange
ontrack
peerIdentity
pendingLocalDescription
pendingRemoteDescription
remoteDescription
sctp
signalingState
addIceCandidate()
addStream()
addTrack()
close()
createAnswer()
createDataChannel()
createOffer()
generateCertificate()
getConfiguration()
getIdentityAssertion()
getReceivers()
getSenders()
getStats()
getStreamById()
getTransceivers()
removeStream()
removeTrack()
restartIce()
setConfiguration()
setIdentityProvider()
setLocalDescription()
setRemoteDescription()
addstream
identityresult
negotiationneeded
removestream
signalingstatechange
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent