toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.utils
/
SdpRtcp
Sdp
Rtcp
data
class
SdpRtcp
(
val
port
:
Long
,
val
netType
:
String
?
,
val
ipVer
:
Long
?
,
val
address
:
String
?
)
Members
Constructors
Sdp
Rtcp
Link copied to clipboard
constructor
(
port
:
Long
,
netType
:
String
?
,
ipVer
:
Long
?
,
address
:
String
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
ip
Ver
Link copied to clipboard
val
ipVer
:
Long
?
net
Type
Link copied to clipboard
val
netType
:
String
?
port
Link copied to clipboard
val
port
:
Long