IceCandidateErrorEvent

Constructors

Link copied to clipboard
constructor(address: String, port: Int, url: String, errorCode: Int, errorText: String)

Properties

Link copied to clipboard
The local IP address used to communicate with the STUN or TURN server.
Link copied to clipboard
The numeric STUN error code returned by the STUN or TURN server.
Link copied to clipboard
The STUN reason text returned by the STUN or TURN server.
Link copied to clipboard
val port: Int
The port used to communicate with the STUN or TURN server.
Link copied to clipboard
val url: String
The STUN or TURN URL that identifies the STUN or TURN server for which the failure occurred.