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
/
SdpRtcpfb
Sdp
Rtcpfb
data
class
SdpRtcpfb
(
val
payload
:
String
,
val
type
:
String
,
val
subtype
:
String
?
)
Members
Constructors
Sdp
Rtcpfb
Link copied to clipboard
constructor
(
payload
:
String
,
type
:
String
,
subtype
:
String
?
)
Properties
payload
Link copied to clipboard
val
payload
:
String
subtype
Link copied to clipboard
val
subtype
:
String
?
type
Link copied to clipboard
val
type
:
String