Android SDK 100ms
lib
/
live.hms.video.signal.init
/
HMSRoomLayout
/
HMSRoomLayoutData
/
Screens
/
Conferencing
/
Default
/
Elements
/
HMSBackgroundMedia
HMSBackground
Media
data
class
HMSBackgroundMedia
(
val
default
:
Boolean
?
,
val
url
:
String
?
,
val
mediaType
:
String
?
)
Constructors
Properties
Constructors
HMSBackground
Media
Link copied to clipboard
fun
HMSBackgroundMedia
(
default
:
Boolean
?
,
url
:
String
?
,
mediaType
:
String
?
)
Properties
default
Link copied to clipboard
@
SerializedName
(
value
=
"default"
)
val
default
:
Boolean
?
media
Type
Link copied to clipboard
@
SerializedName
(
value
=
"media_type"
)
val
mediaType
:
String
?
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
val
url
:
String
?