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
Package-level
declarations
Types
Types
Candidate
Link copied to clipboard
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.
Candidate
Type
Link copied to clipboard
enum
CandidateType
:
Enum
<
CandidateType
>
Created by pedro on 15/7/25.
Commands
Manager
Link copied to clipboard
class
CommandsManager
Sdp
Info
Link copied to clipboard
data
class
SdpInfo
(
val
uFrag
:
String
,
val
uPass
:
String
,
val
fingerprint
:
String
,
val
candidates
:
List
<
Candidate
>
)
Created by pedro on 16/7/25.
Sdp
Parser
Link copied to clipboard
object
SdpParser
Created by pedro on 16/7/25.