RTCPeerConnectionIceErrorEvent - Web APIs 编辑
The RTCPeerConnectionIceErrorEvent
interface—based upon the Event
interface—provides details pertaining to an ICE error announced by sending an icecandidateerror
event to the RTCPeerConnection
object.
Constructor
RTCPeerConnectionIceErrorEvent()
- Creates and returns a new
RTCPeerConnectionIceErrorEvent
object, with itstype
and other properties initialized as specified in the parameters. You will not normally create an object of this type yourself.
Properties
The RTCPeerConnectionIceErrorEvent
interface includes the properties found on the Event
interface, as well as the following properties:
address
Read only- A
DOMString
providing the local IP address used to communicate with the STUN or TURN server being used to negotiate the connection, ornull
if the local IP address has not yet been exposed as part of a local ICE candidate. errorCode
Read only- An unsigned integer value stating the numeric STUN error code returned by the STUN or TURN server. If no host candidate can reach the server, this property is set to the number 701, which is outside the range of valid STUN error codes. The 701 error is fired only once per server URL, and only while the is
icegatheringstate
isgathering
. errorText
Read only- A
DOMString
containing the STUN reason text returned by the STUN or TURN server. If communication with the STUN or TURN server couldn't be established at all, this string will be a browser-specific string explaining the error. port
Read only- An unsigned integer value giving the port number over which communication with the STUN or TURN server is taking place, using the IP address given in
address
.null
if the connection hasn't been established (that is, ifaddress
isnull
). url
Read only- A
DOMString
indicating the URL of the STUN or TURN server with which the error occurred.
Methods
RTCPeerConnectionIceErrorEvent
has no methods other than any provided by the parent interface, Event
.
Examples
TBD
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCPeerConnectionIceErrorEvent' in that specification. | Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论