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
/
SdpSsrcs
Sdp
Ssrcs
data
class
SdpSsrcs
(
val
id
:
String
,
val
attribute
:
String
?
,
val
value
:
String
?
)
Members
Constructors
Sdp
Ssrcs
Link copied to clipboard
constructor
(
id
:
String
,
attribute
:
String
?
,
value
:
String
?
)
Properties
attribute
Link copied to clipboard
val
attribute
:
String
?
id
Link copied to clipboard
val
id
:
String
value
Link copied to clipboard
val
value
:
String
?