toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
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