RTCIceTransport
方法
getRemoteParameters()
返回
RTCIceParameters
object which provides information uniquely identifying the remote peer for the duration of the ICE session.
The remote peer's parameters are received during ICE signaling and delivered to the transport when the client calls
RTCPeerConnection.setRemoteDescription()
.
parameters = RTCIceTransport.getRemoteParameters();
None.
RTCIceParameters
object indicating the
usernameFragment
and
password
which uniquely identify the remote peer for the duration of the ICE session.
返回
null
if the parameters haven't been received yet.
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceTransport.getRemoteParameters' in that specification. |
候选推荐 | 最初的规范。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
getRemoteParameters
|
Chrome No | Edge 15 — 79 | Firefox No | IE No | Opera No | Safari No | WebView Android No | Chrome Android No | Firefox Android No | Opera Android No | Safari iOS No | 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