stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
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