toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.utils
/
SdpCandidates
Sdp
Candidates
data
class
SdpCandidates
(
val
foundation
:
String
,
val
component
:
Long
,
val
transport
:
String
,
val
priority
:
Long
,
val
ip
:
String
,
val
port
:
Long
,
val
type
:
String
,
val
raddr
:
String
?
,
val
rport
:
Long
?
,
val
tcptype
:
String
?
,
val
generation
:
Long
?
,
val
networkId
:
Long
?
,
val
networkCost
:
Long
?
)
Members
Constructors
Sdp
Candidates
Link copied to clipboard
constructor
(
foundation
:
String
,
component
:
Long
,
transport
:
String
,
priority
:
Long
,
ip
:
String
,
port
:
Long
,
type
:
String
,
raddr
:
String
?
,
rport
:
Long
?
,
tcptype
:
String
?
,
generation
:
Long
?
,
networkId
:
Long
?
,
networkCost
:
Long
?
)
Properties
component
Link copied to clipboard
val
component
:
Long
foundation
Link copied to clipboard
val
foundation
:
String
generation
Link copied to clipboard
val
generation
:
Long
?
ip
Link copied to clipboard
val
ip
:
String
network
Cost
Link copied to clipboard
val
networkCost
:
Long
?
network
Id
Link copied to clipboard
val
networkId
:
Long
?
port
Link copied to clipboard
val
port
:
Long
priority
Link copied to clipboard
val
priority
:
Long
raddr
Link copied to clipboard
val
raddr
:
String
?
rport
Link copied to clipboard
val
rport
:
Long
?
tcptype
Link copied to clipboard
val
tcptype
:
String
?
transport
Link copied to clipboard
val
transport
:
String
type
Link copied to clipboard
val
type
:
String