Android SDK 100ms
lib
/
live.hms.video.sdk.peerlist.models
/
Browser
Browser
data
class
Browser
(
val
enabled
:
Boolean
?
,
val
startedAt
:
Long
?
,
val
stoppedAt
:
Long
?
,
val
initialisedAt
:
Long
?
,
val
state
:
BeamRecordingStates
?
)
Constructors
Properties
Constructors
Browser
Link copied to clipboard
fun
Browser
(
enabled
:
Boolean
?
,
startedAt
:
Long
?
,
stoppedAt
:
Long
?
,
initialisedAt
:
Long
?
,
state
:
BeamRecordingStates
?
)
Properties
enabled
Link copied to clipboard
@
SerializedName
(
value
=
"enabled"
)
val
enabled
:
Boolean
?
initialised
At
Link copied to clipboard
@
SerializedName
(
value
=
"initialised_at"
)
val
initialisedAt
:
Long
?
started
At
Link copied to clipboard
@
SerializedName
(
value
=
"started_at"
)
val
startedAt
:
Long
?
state
Link copied to clipboard
@
SerializedName
(
value
=
"state"
)
val
state
:
BeamRecordingStates
?
stopped
At
Link copied to clipboard
@
SerializedName
(
value
=
"stopped_at"
)
val
stoppedAt
:
Long
?