只读
RTCIceTransport
property
gatheringState
返回
DOMString
from the enumerated type
RTCIceGathererState
that indicates what gathering state the ICE agent is currently in:
"new"
,
"gathering"
,或
"complete"
.
gatherState = RTCIceTransport.gatheringState;
A string from the
RTCIceGathererState
enumerated type whose value indicates the current state of the ICE agent's candidate gathering process:
"new"
RTCIceTransport
is newly created and has not yet started to gather ICE candidates.
"gathering"
The transport is in the process of gathering candidates.
"complete"
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceTransport.gatheringState' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
gatheringState
|
Chrome 不支持 No | Edge 不支持 No | Firefox 不支持 No | IE 不支持 No | Opera 不支持 No | Safari 11 | WebView Android 不支持 No | Chrome Android 不支持 No | Firefox Android 不支持 No | Opera Android 不支持 No | Safari iOS 11 | Samsung Internet Android 不支持 No |
完整支持
不支持
RTCIceTransport
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent