stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
IceCandidateErrorEvent
Ice
Candidate
Error
Event
class
IceCandidateErrorEvent
Members
Constructors
Ice
Candidate
Error
Event
Link copied to clipboard
constructor
(
address
:
String
,
port
:
Int
,
url
:
String
,
errorCode
:
Int
,
errorText
:
String
)
Properties
address
Link copied to clipboard
val
address
:
String
The local IP address used to communicate with the STUN or TURN server.
error
Code
Link copied to clipboard
val
errorCode
:
Int
The numeric STUN error code returned by the STUN or TURN server.
error
Text
Link copied to clipboard
val
errorText
:
String
The STUN reason text returned by the STUN or TURN server.
port
Link copied to clipboard
val
port
:
Int
The port used to communicate with the STUN or TURN server.
url
Link copied to clipboard
val
url
:
String
The STUN or TURN URL that identifies the STUN or TURN server for which the failure occurred.