RootEncoder
Toggle table of contents
2.8.0
release
Target filter
release
Switch theme
Search in API
Skip to content
RootEncoder
whip
/
com.pedro.whip.webrtc
/
Candidate
Candidate
data
class
Candidate
(
val
type
:
CandidateType
,
val
protocol
:
Int
,
val
priority
:
Int
,
val
localAddress
:
String
,
val
localPort
:
Int
,
val
publicAddress
:
String
?
,
val
publicPort
:
Int
?
)
Created by pedro on 15/7/25.
Members
Constructors
Candidate
Link copied to clipboard
constructor
(
type
:
CandidateType
,
protocol
:
Int
,
priority
:
Int
,
localAddress
:
String
,
localPort
:
Int
,
publicAddress
:
String
?
,
publicPort
:
Int
?
)
Properties
local
Address
Link copied to clipboard
val
localAddress
:
String
local
Port
Link copied to clipboard
val
localPort
:
Int
priority
Link copied to clipboard
val
priority
:
Int
protocol
Link copied to clipboard
val
protocol
:
Int
public
Address
Link copied to clipboard
val
publicAddress
:
String
?
public
Port
Link copied to clipboard
val
publicPort
:
Int
?
type
Link copied to clipboard
val
type
:
CandidateType
Functions
get
Real
Host
Link copied to clipboard
fun
getRealHost
(
)
:
String
get
Real
Port
Link copied to clipboard
fun
getRealPort
(
)
:
Int