Android SDK 100ms
lib
/
live.hms.video.signal.init
/
HMSRoomLayout
/
HMSRoomLayoutData
/
Screens
/
Conferencing
/
Default
/
Elements
/
HLSLiveStreamingHeader
HLSLive
Streaming
Header
data
class
HLSLiveStreamingHeader
(
val
title
:
String
?
,
val
description
:
String
?
)
Constructors
Properties
Constructors
HLSLive
Streaming
Header
Link copied to clipboard
fun
HLSLiveStreamingHeader
(
title
:
String
?
,
description
:
String
?
)
Properties
description
Link copied to clipboard
@
SerializedName
(
value
=
"description"
)
val
description
:
String
?
title
Link copied to clipboard
@
SerializedName
(
value
=
"title"
)
val
title
:
String
?